pub enum ControlModeEnum {
ScheduledControl,
DynamicControl,
}Expand description
(2.1) Indicates whether EV wants to operate in Dynamic or Scheduled mode. When absent, Scheduled mode is assumed for backwards compatibility. + ISO 15118-20: + ServiceSelectionReq(SelectedEnergyTransferService)
Variants§
Trait Implementations§
Source§impl Clone for ControlModeEnum
impl Clone for ControlModeEnum
Source§fn clone(&self) -> ControlModeEnum
fn clone(&self) -> ControlModeEnum
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 ControlModeEnum
impl Debug for ControlModeEnum
Source§impl<'de> Deserialize<'de> for ControlModeEnum
impl<'de> Deserialize<'de> for ControlModeEnum
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 ControlModeEnum
Source§impl PartialEq for ControlModeEnum
impl PartialEq for ControlModeEnum
Source§impl Serialize for ControlModeEnum
impl Serialize for ControlModeEnum
impl StructuralPartialEq for ControlModeEnum
Source§impl Validate for ControlModeEnum
Available on crate feature validate only.
impl Validate for ControlModeEnum
Available on crate feature
validate only.Auto Trait Implementations§
impl Freeze for ControlModeEnum
impl RefUnwindSafe for ControlModeEnum
impl Send for ControlModeEnum
impl Sync for ControlModeEnum
impl Unpin for ControlModeEnum
impl UnsafeUnpin for ControlModeEnum
impl UnwindSafe for ControlModeEnum
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