pub struct PushDlDpipeEntry<Prev: Rec> { /* private fields */ }Available on crate feature
devlink only.Implementations§
Source§impl<Prev: Rec> PushDlDpipeEntry<Prev>
impl<Prev: Rec> PushDlDpipeEntry<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
pub fn push_dpipe_entry_index(self, value: u64) -> Self
pub fn nested_dpipe_entry_match_values( self, ) -> PushDlDpipeEntryMatchValues<Self>
pub fn nested_dpipe_entry_action_values( self, ) -> PushDlDpipeEntryActionValues<Self>
pub fn push_dpipe_entry_counter(self, value: u64) -> Self
Trait Implementations§
Source§impl<Prev: Rec> Drop for PushDlDpipeEntry<Prev>
impl<Prev: Rec> Drop for PushDlDpipeEntry<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushDlDpipeEntry<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushDlDpipeEntry<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushDlDpipeEntry<Prev>where
Prev: Send,
impl<Prev> Sync for PushDlDpipeEntry<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushDlDpipeEntry<Prev>where
Prev: Unpin,
impl<Prev> UnwindSafe for PushDlDpipeEntry<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