pub struct RtattrBuilder<T, P> { /* private fields */ }
Expand description
Builder for Rtattr
.
Implementations§
Source§impl<T, P> RtattrBuilder<T, P>
impl<T, P> RtattrBuilder<T, P>
Sourcepub fn rta_payload(self, value: P) -> Self
pub fn rta_payload(self, value: P) -> Self
Payload of the attribute
Trait Implementations§
Auto Trait Implementations§
impl<T, P> Freeze for RtattrBuilder<T, P>
impl<T, P> RefUnwindSafe for RtattrBuilder<T, P>where
T: RefUnwindSafe,
P: RefUnwindSafe,
impl<T, P> Send for RtattrBuilder<T, P>
impl<T, P> Sync for RtattrBuilder<T, P>
impl<T, P> Unpin for RtattrBuilder<T, P>
impl<T, P> UnwindSafe for RtattrBuilder<T, P>where
T: UnwindSafe,
P: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more