Enum rust_ocpp::v1_6::types::AvailabilityStatus [−][src]
pub enum AvailabilityStatus {
Accepted,
Rejected,
Scheduled,
}Expand description
Status returned in response to ChangeAvailabilityRequest
Variants
Request has been accepted and will be executed.
Request has not been accepted and will not be executed.
Request has been accepted and will be executed when transaction(s) in progress have finished.
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 AvailabilityStatus
impl Send for AvailabilityStatus
impl Sync for AvailabilityStatus
impl Unpin for AvailabilityStatus
impl UnwindSafe for AvailabilityStatus
Blanket Implementations
Mutably borrows from an owned value. Read more