pub struct PushSetDescConcatAttrs<Prev: Rec> { /* private fields */ }Available on crate feature
nftables only.Implementations§
Source§impl<Prev: Rec> PushSetDescConcatAttrs<Prev>
impl<Prev: Rec> PushSetDescConcatAttrs<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
pub fn nested_elem(self) -> PushSetFieldAttrs<Self>
Trait Implementations§
Source§impl<Prev: Rec> Drop for PushSetDescConcatAttrs<Prev>
impl<Prev: Rec> Drop for PushSetDescConcatAttrs<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushSetDescConcatAttrs<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushSetDescConcatAttrs<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushSetDescConcatAttrs<Prev>where
Prev: Send,
impl<Prev> Sync for PushSetDescConcatAttrs<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushSetDescConcatAttrs<Prev>where
Prev: Unpin,
impl<Prev> UnwindSafe for PushSetDescConcatAttrs<Prev>where
Prev: UnwindSafe,
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