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