pub enum ClearChargingProfileResponseStatus {
Accepted,
Unknown,
}Variants§
Trait Implementations§
Source§impl Clone for ClearChargingProfileResponseStatus
impl Clone for ClearChargingProfileResponseStatus
Source§fn clone(&self) -> ClearChargingProfileResponseStatus
fn clone(&self) -> ClearChargingProfileResponseStatus
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 moreSource§impl<'de> Deserialize<'de> for ClearChargingProfileResponseStatus
impl<'de> Deserialize<'de> for ClearChargingProfileResponseStatus
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ClearChargingProfileResponseStatus
impl StructuralPartialEq for ClearChargingProfileResponseStatus
Source§impl Validate for ClearChargingProfileResponseStatus
Available on crate feature validate only.
impl Validate for ClearChargingProfileResponseStatus
Available on crate feature
validate only.Auto Trait Implementations§
impl Freeze for ClearChargingProfileResponseStatus
impl RefUnwindSafe for ClearChargingProfileResponseStatus
impl Send for ClearChargingProfileResponseStatus
impl Sync for ClearChargingProfileResponseStatus
impl Unpin for ClearChargingProfileResponseStatus
impl UnsafeUnpin for ClearChargingProfileResponseStatus
impl UnwindSafe for ClearChargingProfileResponseStatus
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