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