pub enum OpGetflowtableDumpRequest {}Available on crate feature
nftables only.Expand description
Get / dump flow tables.
Implementations§
Source§impl OpGetflowtableDumpRequest
impl OpGetflowtableDumpRequest
pub fn new(buf: &[u8]) -> (PushNfgenmsg, IterableOpGetflowtableDumpRequest<'_>)
Trait Implementations§
Source§impl Clone for OpGetflowtableDumpRequest
impl Clone for OpGetflowtableDumpRequest
Source§fn clone(&self) -> OpGetflowtableDumpRequest
fn clone(&self) -> OpGetflowtableDumpRequest
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 OpGetflowtableDumpRequest
impl RefUnwindSafe for OpGetflowtableDumpRequest
impl Send for OpGetflowtableDumpRequest
impl Sync for OpGetflowtableDumpRequest
impl Unpin for OpGetflowtableDumpRequest
impl UnwindSafe for OpGetflowtableDumpRequest
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