Enum rust_ocpp::v1_6::types::ConfigurationStatus [−][src]
pub enum ConfigurationStatus {
Accepted,
Rejected,
RebootRequired,
NotSupported,
}Variants
From OCPP Specification
Configuration key is supported and setting has been changed.
From OCPP Specification
Configuration key is supported, but setting could not be changed.
From OCPP Specification
Configuration key is supported and setting has been changed, but change will be available after reboot (Charge Point will not reboot itself)
From OCPP Specification
Configuration key is not supported.
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 ConfigurationStatus
impl Send for ConfigurationStatus
impl Sync for ConfigurationStatus
impl Unpin for ConfigurationStatus
impl UnwindSafe for ConfigurationStatus
Blanket Implementations
Mutably borrows from an owned value. Read more