pub struct EnergyTransferStartedEvent {
pub session_id: Option<u32>,
pub state: Option<State>,
pub maximum_current: Option<u8>,
pub maximum_discharge_current: Option<u8>,
}Fields§
§session_id: Option<u32>§state: Option<State>§maximum_current: Option<u8>§maximum_discharge_current: Option<u8>Trait Implementations§
Source§impl Debug for EnergyTransferStartedEvent
impl Debug for EnergyTransferStartedEvent
Auto Trait Implementations§
impl Freeze for EnergyTransferStartedEvent
impl RefUnwindSafe for EnergyTransferStartedEvent
impl Send for EnergyTransferStartedEvent
impl Sync for EnergyTransferStartedEvent
impl Unpin for EnergyTransferStartedEvent
impl UnwindSafe for EnergyTransferStartedEvent
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