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