pub struct PushDlDpipeEntries<Prev: Rec> { /* private fields */ }Available on crate feature
devlink only.Implementations§
Source§impl<Prev: Rec> PushDlDpipeEntries<Prev>
impl<Prev: Rec> PushDlDpipeEntries<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
Sourcepub fn nested_dpipe_entry(self) -> PushDlDpipeEntry<Self>
pub fn nested_dpipe_entry(self) -> PushDlDpipeEntry<Self>
Attribute may repeat multiple times (treat it as array)
Trait Implementations§
Source§impl<Prev: Rec> Drop for PushDlDpipeEntries<Prev>
impl<Prev: Rec> Drop for PushDlDpipeEntries<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushDlDpipeEntries<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushDlDpipeEntries<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushDlDpipeEntries<Prev>where
Prev: Send,
impl<Prev> Sync for PushDlDpipeEntries<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushDlDpipeEntries<Prev>where
Prev: Unpin,
impl<Prev> UnsafeUnpin for PushDlDpipeEntries<Prev>where
Prev: UnsafeUnpin,
impl<Prev> UnwindSafe for PushDlDpipeEntries<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