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