pub struct cxl_inject_uncorrectable_errors {
pub errors: Vec<CXLUncorErrorRecord>,
pub path: String,
}
Fields§
§errors: Vec<CXLUncorErrorRecord>
§path: String
Trait Implementations§
Source§impl Clone for cxl_inject_uncorrectable_errors
impl Clone for cxl_inject_uncorrectable_errors
Source§fn clone(&self) -> cxl_inject_uncorrectable_errors
fn clone(&self) -> cxl_inject_uncorrectable_errors
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 moreSource§impl<'de> Deserialize<'de> for cxl_inject_uncorrectable_errors
impl<'de> Deserialize<'de> for cxl_inject_uncorrectable_errors
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl QmpCommand for cxl_inject_uncorrectable_errors
Auto Trait Implementations§
impl Freeze for cxl_inject_uncorrectable_errors
impl RefUnwindSafe for cxl_inject_uncorrectable_errors
impl Send for cxl_inject_uncorrectable_errors
impl Sync for cxl_inject_uncorrectable_errors
impl Unpin for cxl_inject_uncorrectable_errors
impl UnwindSafe for cxl_inject_uncorrectable_errors
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