pub struct PushOpDestroyobjDoReply<Prev: Rec> { /* private fields */ }Available on crate feature
nftables only.Expand description
Delete an existing stateful object with destroy semantics.
Implementations§
Source§impl<Prev: Rec> PushOpDestroyobjDoReply<Prev>
impl<Prev: Rec> PushOpDestroyobjDoReply<Prev>
pub fn new(prev: Prev, header: &PushNfgenmsg) -> Self
pub fn end_nested(self) -> Prev
Trait Implementations§
Source§impl<Prev: Rec> Drop for PushOpDestroyobjDoReply<Prev>
impl<Prev: Rec> Drop for PushOpDestroyobjDoReply<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushOpDestroyobjDoReply<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushOpDestroyobjDoReply<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushOpDestroyobjDoReply<Prev>where
Prev: Send,
impl<Prev> Sync for PushOpDestroyobjDoReply<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushOpDestroyobjDoReply<Prev>where
Prev: Unpin,
impl<Prev> UnwindSafe for PushOpDestroyobjDoReply<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