Enum minicbor::data::Type [−][src]
pub enum Type {}Show variants
Bool, Null, Undefined, U8, U16, U32, U64, I8, I16, I32, I64, F16, F32, F64, Simple, Bytes, String, Array, Map, Tag, Break, Unknown(u8),
CBOR data types.
Variants
Unknown(u8)
Trait Implementations
impl PartialOrd<Type> for Type
[src]
impl PartialOrd<Type> for Type
[src]fn partial_cmp(&self, other: &Type) -> Option<Ordering>
[src][−]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn ge(&self, other: &Rhs) -> bool