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