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