Enum cloudevents::message::Encoding [−][src]
pub enum Encoding {
STRUCTURED,
BINARY,
UNKNOWN,
}Expand description
Represents one of the possible message encodings/modes.
Variants
Represents the structured-mode message.
Represents the binary-mode message.
Represents a non-CloudEvent or a malformed CloudEvent that cannot be recognized by the SDK.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Encodingimpl UnwindSafe for Encoding