pub enum OpHealthReporterRecoverDoReply {}Available on crate feature
devlink only.Expand description
Recover health reporter instances.
Implementations§
Source§impl OpHealthReporterRecoverDoReply
impl OpHealthReporterRecoverDoReply
pub fn new<'a>(buf: &'a [u8]) -> IterableOpHealthReporterRecoverDoReply<'a> ⓘ
Trait Implementations§
Source§impl Clone for OpHealthReporterRecoverDoReply
impl Clone for OpHealthReporterRecoverDoReply
Source§fn clone(&self) -> OpHealthReporterRecoverDoReply
fn clone(&self) -> OpHealthReporterRecoverDoReply
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 OpHealthReporterRecoverDoReply
impl RefUnwindSafe for OpHealthReporterRecoverDoReply
impl Send for OpHealthReporterRecoverDoReply
impl Sync for OpHealthReporterRecoverDoReply
impl Unpin for OpHealthReporterRecoverDoReply
impl UnwindSafe for OpHealthReporterRecoverDoReply
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