pub enum NotifyEVChargingNeedsStatusEnum {
Accepted,
Rejected,
Processing,
NoChargingProfile,
}Expand description
Returns whether the CSMS has been able to process the message successfully. It does not imply that the evChargingNeeds can be met with the current charging profile.
Variants§
Trait Implementations§
Source§impl Clone for NotifyEVChargingNeedsStatusEnum
impl Clone for NotifyEVChargingNeedsStatusEnum
Source§fn clone(&self) -> NotifyEVChargingNeedsStatusEnum
fn clone(&self) -> NotifyEVChargingNeedsStatusEnum
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 NotifyEVChargingNeedsStatusEnum
impl<'de> Deserialize<'de> for NotifyEVChargingNeedsStatusEnum
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 NotifyEVChargingNeedsStatusEnum
impl StructuralPartialEq for NotifyEVChargingNeedsStatusEnum
Source§impl Validate for NotifyEVChargingNeedsStatusEnum
Available on crate feature validate only.
impl Validate for NotifyEVChargingNeedsStatusEnum
Available on crate feature
validate only.Auto Trait Implementations§
impl Freeze for NotifyEVChargingNeedsStatusEnum
impl RefUnwindSafe for NotifyEVChargingNeedsStatusEnum
impl Send for NotifyEVChargingNeedsStatusEnum
impl Sync for NotifyEVChargingNeedsStatusEnum
impl Unpin for NotifyEVChargingNeedsStatusEnum
impl UnsafeUnpin for NotifyEVChargingNeedsStatusEnum
impl UnwindSafe for NotifyEVChargingNeedsStatusEnum
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