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§
Trait Implementations§
impl Eq for CoapMatch
impl StructuralPartialEq for CoapMatch
Auto Trait Implementations§
impl Freeze for CoapMatch
impl RefUnwindSafe for CoapMatch
impl Send for CoapMatch
impl Sync for CoapMatch
impl Unpin for CoapMatch
impl UnwindSafe for CoapMatch
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more