pub enum ChargingProfileKind {
Absolute,
Recurring,
Relative,
}Variants§
Trait Implementations§
Source§impl Clone for ChargingProfileKind
impl Clone for ChargingProfileKind
Source§fn clone(&self) -> ChargingProfileKind
fn clone(&self) -> ChargingProfileKind
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 Debug for ChargingProfileKind
impl Debug for ChargingProfileKind
Source§impl<'de> Deserialize<'de> for ChargingProfileKind
impl<'de> Deserialize<'de> for ChargingProfileKind
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 ChargingProfileKind
Source§impl PartialEq for ChargingProfileKind
impl PartialEq for ChargingProfileKind
Source§impl Serialize for ChargingProfileKind
impl Serialize for ChargingProfileKind
impl StructuralPartialEq for ChargingProfileKind
Source§impl Validate for ChargingProfileKind
Available on crate feature validate only.
impl Validate for ChargingProfileKind
Available on crate feature
validate only.Auto Trait Implementations§
impl Freeze for ChargingProfileKind
impl RefUnwindSafe for ChargingProfileKind
impl Send for ChargingProfileKind
impl Sync for ChargingProfileKind
impl Unpin for ChargingProfileKind
impl UnsafeUnpin for ChargingProfileKind
impl UnwindSafe for ChargingProfileKind
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