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