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