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