pub struct WiredFaultChangeEvent {
pub current: Option<Vec<WiredFault>>,
pub previous: Option<Vec<WiredFault>>,
}Fields§
§current: Option<Vec<WiredFault>>§previous: Option<Vec<WiredFault>>Trait Implementations§
Source§impl Debug for WiredFaultChangeEvent
impl Debug for WiredFaultChangeEvent
Auto Trait Implementations§
impl Freeze for WiredFaultChangeEvent
impl RefUnwindSafe for WiredFaultChangeEvent
impl Send for WiredFaultChangeEvent
impl Sync for WiredFaultChangeEvent
impl Unpin for WiredFaultChangeEvent
impl UnwindSafe for WiredFaultChangeEvent
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