pub struct PushOpSetlinkDoReply<Prev: Rec> { /* private fields */ }Available on crate feature
rt-link only.Expand description
Set information about a link.
Implementations§
Source§impl<Prev: Rec> PushOpSetlinkDoReply<Prev>
impl<Prev: Rec> PushOpSetlinkDoReply<Prev>
pub fn new(prev: Prev, header: &PushIfinfomsg) -> Self
pub fn end_nested(self) -> Prev
Trait Implementations§
Source§impl<Prev: Rec> Drop for PushOpSetlinkDoReply<Prev>
impl<Prev: Rec> Drop for PushOpSetlinkDoReply<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushOpSetlinkDoReply<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushOpSetlinkDoReply<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushOpSetlinkDoReply<Prev>where
Prev: Send,
impl<Prev> Sync for PushOpSetlinkDoReply<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushOpSetlinkDoReply<Prev>where
Prev: Unpin,
impl<Prev> UnwindSafe for PushOpSetlinkDoReply<Prev>where
Prev: 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