pub struct PushOpHealthReporterGetDumpReply<Prev: Rec> { /* private fields */ }Available on crate feature
devlink only.Expand description
Get health reporter instances.
Implementations§
Source§impl<Prev: Rec> PushOpHealthReporterGetDumpReply<Prev>
impl<Prev: Rec> PushOpHealthReporterGetDumpReply<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
pub fn push_bus_name(self, value: &CStr) -> Self
pub fn push_bus_name_bytes(self, value: &[u8]) -> Self
pub fn push_dev_name(self, value: &CStr) -> Self
pub fn push_dev_name_bytes(self, value: &[u8]) -> Self
pub fn push_port_index(self, value: u32) -> Self
pub fn push_health_reporter_name(self, value: &CStr) -> Self
pub fn push_health_reporter_name_bytes(self, value: &[u8]) -> Self
Trait Implementations§
Source§impl<Prev: Rec> Drop for PushOpHealthReporterGetDumpReply<Prev>
impl<Prev: Rec> Drop for PushOpHealthReporterGetDumpReply<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushOpHealthReporterGetDumpReply<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushOpHealthReporterGetDumpReply<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushOpHealthReporterGetDumpReply<Prev>where
Prev: Send,
impl<Prev> Sync for PushOpHealthReporterGetDumpReply<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushOpHealthReporterGetDumpReply<Prev>where
Prev: Unpin,
impl<Prev> UnwindSafe for PushOpHealthReporterGetDumpReply<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