ocpp/v2_0_1/enum/update

OCPP 2.0.1 Update enumeration (schema UpdateEnumType).

to_json/decoder map each constructor to/from its exact schema token.

Types

This contains the type of update (full or differential) of this request.

pub type Update {
  Differential
  Full
}

Constructors

  • Differential
  • Full

Values

pub fn decoder() -> decode.Decoder(Update)

Decode a Update from its exact schema token.

pub fn to_json(value: Update) -> json.Json

Encode a Update to its exact schema token.

Search Document