Enum coap_lite::ObserveOption [−][src]
pub enum ObserveOption {
Register,
Deregister,
}Expand description
The values of the observe option.
Variants
Trait Implementations
Performs the conversion.
type Error = InvalidObserve
type Error = InvalidObserve
The type returned in the event of a conversion error.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ObserveOption
impl Send for ObserveOption
impl Sync for ObserveOption
impl Unpin for ObserveOption
impl UnwindSafe for ObserveOption
Blanket Implementations
Mutably borrows from an owned value. Read more