pub enum SetChargingProfileResponseStatus {
Accepted,
Rejected,
NotSupported,
}Variants§
Trait Implementations§
Source§impl Clone for SetChargingProfileResponseStatus
impl Clone for SetChargingProfileResponseStatus
Source§fn clone(&self) -> SetChargingProfileResponseStatus
fn clone(&self) -> SetChargingProfileResponseStatus
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Eq for SetChargingProfileResponseStatus
impl StructuralPartialEq for SetChargingProfileResponseStatus
Auto Trait Implementations§
impl Freeze for SetChargingProfileResponseStatus
impl RefUnwindSafe for SetChargingProfileResponseStatus
impl Send for SetChargingProfileResponseStatus
impl Sync for SetChargingProfileResponseStatus
impl Unpin for SetChargingProfileResponseStatus
impl UnsafeUnpin for SetChargingProfileResponseStatus
impl UnwindSafe for SetChargingProfileResponseStatus
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