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