pub struct PushOpDeltableDoRequest<Prev: Rec> { /* private fields */ }Available on crate feature
nftables only.Expand description
Delete an existing table.
Implementations§
Source§impl<Prev: Rec> PushOpDeltableDoRequest<Prev>
impl<Prev: Rec> PushOpDeltableDoRequest<Prev>
pub fn new(prev: Prev, header: &PushNfgenmsg) -> Self
pub fn end_nested(self) -> Prev
Sourcepub fn push_name_bytes(self, value: &[u8]) -> Self
pub fn push_name_bytes(self, value: &[u8]) -> Self
name of the table
Sourcepub fn push_handle(self, value: u64) -> Self
pub fn push_handle(self, value: u64) -> Self
numeric handle of the table
Trait Implementations§
Source§impl<Prev: Rec> Drop for PushOpDeltableDoRequest<Prev>
impl<Prev: Rec> Drop for PushOpDeltableDoRequest<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushOpDeltableDoRequest<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushOpDeltableDoRequest<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushOpDeltableDoRequest<Prev>where
Prev: Send,
impl<Prev> Sync for PushOpDeltableDoRequest<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushOpDeltableDoRequest<Prev>where
Prev: Unpin,
impl<Prev> UnwindSafe for PushOpDeltableDoRequest<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