pub struct NotifyEVChargingSchedule;Expand description
Marker type for the NotifyEVChargingSchedule action.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NotifyEVChargingSchedule
impl RefUnwindSafe for NotifyEVChargingSchedule
impl Send for NotifyEVChargingSchedule
impl Sync for NotifyEVChargingSchedule
impl Unpin for NotifyEVChargingSchedule
impl UnsafeUnpin for NotifyEVChargingSchedule
impl UnwindSafe for NotifyEVChargingSchedule
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