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