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