Enum libcoap_rs::protocol::CoapMatch
source · pub enum CoapMatch {
ETag(ETag),
Empty,
}
Expand description
Representation of a CoAP match expression supplied in the If-Match option, see RFC 7252, Section 5.10.8.1.
Variants
ETag(ETag)
Empty
Trait Implementations
impl Eq for CoapMatch
impl StructuralEq for CoapMatch
impl StructuralPartialEq for CoapMatch
Auto Trait Implementations
impl RefUnwindSafe for CoapMatch
impl Send for CoapMatch
impl Sync for CoapMatch
impl Unpin for CoapMatch
impl UnwindSafe for CoapMatch
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more