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