pub enum OpHealthReporterDumpClearDoReply {}Available on crate feature
devlink only.Expand description
Clear dump of health reporter instances.
Implementations§
Source§impl OpHealthReporterDumpClearDoReply
impl OpHealthReporterDumpClearDoReply
pub fn new<'a>(buf: &'a [u8]) -> IterableOpHealthReporterDumpClearDoReply<'a> ⓘ
Trait Implementations§
Source§impl Clone for OpHealthReporterDumpClearDoReply
impl Clone for OpHealthReporterDumpClearDoReply
Source§fn clone(&self) -> OpHealthReporterDumpClearDoReply
fn clone(&self) -> OpHealthReporterDumpClearDoReply
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for OpHealthReporterDumpClearDoReply
impl RefUnwindSafe for OpHealthReporterDumpClearDoReply
impl Send for OpHealthReporterDumpClearDoReply
impl Sync for OpHealthReporterDumpClearDoReply
impl Unpin for OpHealthReporterDumpClearDoReply
impl UnwindSafe for OpHealthReporterDumpClearDoReply
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