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