pub enum RawType {
Cbor,
Json,
Msgpack,
Unknown,
}Variants§
Trait Implementations§
impl Eq for RawType
impl StructuralEq for RawType
impl StructuralPartialEq for RawType
Auto Trait Implementations§
impl RefUnwindSafe for RawType
impl Send for RawType
impl Sync for RawType
impl Unpin for RawType
impl UnwindSafe for RawType
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.