Enum coap_lite::ContentFormat [−][src]
pub enum ContentFormat {
Show 15 variants
TextPlain,
ApplicationLinkFormat,
ApplicationXML,
ApplicationOctetStream,
ApplicationEXI,
ApplicationJSON,
ApplicationCBOR,
ApplicationSenmlJSON,
ApplicationSensmlJSON,
ApplicationSenmlCBOR,
ApplicationSensmlCBOR,
ApplicationSenmlExi,
ApplicationSensmlExi,
ApplicationSenmlXML,
ApplicationSensmlXML,
}Expand description
The content formats.
Variants
Trait Implementations
Performs the conversion.
type Error = InvalidContentFormat
type Error = InvalidContentFormat
The type returned in the event of a conversion error.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ContentFormat
impl Send for ContentFormat
impl Sync for ContentFormat
impl Unpin for ContentFormat
impl UnwindSafe for ContentFormat
Blanket Implementations
Mutably borrows from an owned value. Read more