pub struct EVNotDetectedEvent {
pub session_id: Option<u32>,
pub state: Option<State>,
pub session_duration: Option<u32>,
pub session_energy_charged: Option<u64>,
pub session_energy_discharged: Option<u64>,
}Fields§
§session_id: Option<u32>§state: Option<State>§session_duration: Option<u32>§session_energy_charged: Option<u64>§session_energy_discharged: Option<u64>Trait Implementations§
Source§impl Debug for EVNotDetectedEvent
impl Debug for EVNotDetectedEvent
Auto Trait Implementations§
impl Freeze for EVNotDetectedEvent
impl RefUnwindSafe for EVNotDetectedEvent
impl Send for EVNotDetectedEvent
impl Sync for EVNotDetectedEvent
impl Unpin for EVNotDetectedEvent
impl UnwindSafe for EVNotDetectedEvent
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