pub struct PushOpHealthReporterDumpGetDumpReply<Prev: Rec> { /* private fields */ }Available on crate feature
devlink only.Expand description
Dump health reporter instances.
Implementations§
Source§impl<Prev: Rec> PushOpHealthReporterDumpGetDumpReply<Prev>
impl<Prev: Rec> PushOpHealthReporterDumpGetDumpReply<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
pub fn nested_fmsg(self) -> PushDlFmsg<Self>
Trait Implementations§
Source§impl<Prev: Rec> Drop for PushOpHealthReporterDumpGetDumpReply<Prev>
impl<Prev: Rec> Drop for PushOpHealthReporterDumpGetDumpReply<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushOpHealthReporterDumpGetDumpReply<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushOpHealthReporterDumpGetDumpReply<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushOpHealthReporterDumpGetDumpReply<Prev>where
Prev: Send,
impl<Prev> Sync for PushOpHealthReporterDumpGetDumpReply<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushOpHealthReporterDumpGetDumpReply<Prev>where
Prev: Unpin,
impl<Prev> UnwindSafe for PushOpHealthReporterDumpGetDumpReply<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