pub enum ChargingProfileStatusEnum {
Accepted,
Rejected,
}Expand description
Returns whether the Charging Station has been able to process the message successfully. This does not guarantee the schedule will be followed to the letter. There might be other constraints the Charging Station may need to take into account.
Variants§
Trait Implementations§
Source§impl Clone for ChargingProfileStatusEnum
impl Clone for ChargingProfileStatusEnum
Source§fn clone(&self) -> ChargingProfileStatusEnum
fn clone(&self) -> ChargingProfileStatusEnum
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 ChargingProfileStatusEnum
impl Debug for ChargingProfileStatusEnum
Source§impl<'de> Deserialize<'de> for ChargingProfileStatusEnum
impl<'de> Deserialize<'de> for ChargingProfileStatusEnum
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 ChargingProfileStatusEnum
impl StructuralPartialEq for ChargingProfileStatusEnum
Source§impl Validate for ChargingProfileStatusEnum
Available on crate feature validate only.
impl Validate for ChargingProfileStatusEnum
Available on crate feature
validate only.Auto Trait Implementations§
impl Freeze for ChargingProfileStatusEnum
impl RefUnwindSafe for ChargingProfileStatusEnum
impl Send for ChargingProfileStatusEnum
impl Sync for ChargingProfileStatusEnum
impl Unpin for ChargingProfileStatusEnum
impl UnsafeUnpin for ChargingProfileStatusEnum
impl UnwindSafe for ChargingProfileStatusEnum
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