pub enum OpDestroytableDoReply {}Available on crate feature
nftables only.Expand description
Delete an existing table with destroy semantics (ignoring ENOENT errors).
Implementations§
Source§impl OpDestroytableDoReply
impl OpDestroytableDoReply
pub fn new<'a>( buf: &'a [u8], ) -> (PushNfgenmsg, IterableOpDestroytableDoReply<'a>)
Trait Implementations§
Source§impl Clone for OpDestroytableDoReply
impl Clone for OpDestroytableDoReply
Source§fn clone(&self) -> OpDestroytableDoReply
fn clone(&self) -> OpDestroytableDoReply
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 OpDestroytableDoReply
impl RefUnwindSafe for OpDestroytableDoReply
impl Send for OpDestroytableDoReply
impl Sync for OpDestroytableDoReply
impl Unpin for OpDestroytableDoReply
impl UnwindSafe for OpDestroytableDoReply
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