pub enum OpDelrouteDoReply {}Available on crate feature
rt-route only.Expand description
Delete an existing route
Implementations§
Source§impl OpDelrouteDoReply
impl OpDelrouteDoReply
pub fn new<'a>(buf: &'a [u8]) -> (PushRtmsg, IterableOpDelrouteDoReply<'a>)
Trait Implementations§
Source§impl Clone for OpDelrouteDoReply
impl Clone for OpDelrouteDoReply
Source§fn clone(&self) -> OpDelrouteDoReply
fn clone(&self) -> OpDelrouteDoReply
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for OpDelrouteDoReply
impl RefUnwindSafe for OpDelrouteDoReply
impl Send for OpDelrouteDoReply
impl Sync for OpDelrouteDoReply
impl Unpin for OpDelrouteDoReply
impl UnwindSafe for OpDelrouteDoReply
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