Enum rust_ocpp::v1_6::types::UpdateStatus [−][src]
pub enum UpdateStatus {
Accepted,
Failed,
NotSupported,
VersionMismatch,
}Expand description
Type of update for a SendLocalListRequest
Variants
Local Authorization List successfully updated.
Failed to update the Local Authorization List.
Update of Local Authorization List is not supported by Charge Point.
Version number in the request for a differential update is less or equal then version number of current list.
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 UpdateStatus
impl Send for UpdateStatus
impl Sync for UpdateStatus
impl Unpin for UpdateStatus
impl UnwindSafe for UpdateStatus
Blanket Implementations
Mutably borrows from an owned value. Read more