pub enum OpDelruleDoReply {}Available on crate feature
rt-rule only.Expand description
Remove an existing FIB rule
Implementations§
Source§impl OpDelruleDoReply
impl OpDelruleDoReply
pub fn new<'a>(buf: &'a [u8]) -> (PushFibRuleHdr, IterableOpDelruleDoReply<'a>)
Trait Implementations§
Source§impl Clone for OpDelruleDoReply
impl Clone for OpDelruleDoReply
Source§fn clone(&self) -> OpDelruleDoReply
fn clone(&self) -> OpDelruleDoReply
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 OpDelruleDoReply
impl RefUnwindSafe for OpDelruleDoReply
impl Send for OpDelruleDoReply
impl Sync for OpDelruleDoReply
impl Unpin for OpDelruleDoReply
impl UnwindSafe for OpDelruleDoReply
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