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