pub enum OpBatchEndDoRequest {
Genid(u32),
}Available on crate feature
nftables only.Expand description
Finish a batch of operations
Variants§
Implementations§
Source§impl OpBatchEndDoRequest
impl OpBatchEndDoRequest
pub fn new(buf: &[u8]) -> (PushNfgenmsg, IterableOpBatchEndDoRequest<'_>)
Trait Implementations§
Source§impl Clone for OpBatchEndDoRequest
impl Clone for OpBatchEndDoRequest
Source§fn clone(&self) -> OpBatchEndDoRequest
fn clone(&self) -> OpBatchEndDoRequest
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 OpBatchEndDoRequest
impl RefUnwindSafe for OpBatchEndDoRequest
impl Send for OpBatchEndDoRequest
impl Sync for OpBatchEndDoRequest
impl Unpin for OpBatchEndDoRequest
impl UnwindSafe for OpBatchEndDoRequest
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