ocpp/v1_6/enum/clear_cache_status
OCPP 1.6 ClearCacheStatus enumeration.
to_json/decoder map each constructor to/from its exact schema token.
Types
pub type ClearCacheStatus {
Accepted
Rejected
}
Constructors
-
Accepted -
Rejected
Values
pub fn decoder() -> decode.Decoder(ClearCacheStatus)
Decode a ClearCacheStatus from its exact schema token.
pub fn to_json(value: ClearCacheStatus) -> json.Json
Encode a ClearCacheStatus to its exact schema token.