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