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