Enum rust_ocpp::v1_6::types::AvailabilityType [−][src]
pub enum AvailabilityType {
Inoperative,
Operative,
}Expand description
Requested availability change in ChangeAvailabilityRequest
Variants
Charge point is not available for charging.
Charge point is available for charging.
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for AvailabilityType
impl Send for AvailabilityType
impl Sync for AvailabilityType
impl Unpin for AvailabilityType
impl UnwindSafe for AvailabilityType
Blanket Implementations
Mutably borrows from an owned value. Read more