Enum cbor_data::ItemKindShort
source · [−]pub enum ItemKindShort {
Pos,
Neg,
Float,
Str,
Bytes,
Bool,
Null,
Undefined,
Simple,
Array,
Dict,
}Variants
Pos
Neg
Float
Str
Bytes
Bool
Null
Undefined
Simple
Array
Dict
Trait Implementations
sourceimpl Clone for ItemKindShort
impl Clone for ItemKindShort
sourcefn clone(&self) -> ItemKindShort
fn clone(&self) -> ItemKindShort
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ItemKindShort
impl Debug for ItemKindShort
sourceimpl Display for ItemKindShort
impl Display for ItemKindShort
sourceimpl<'a> From<ItemKind<'a>> for ItemKindShort
impl<'a> From<ItemKind<'a>> for ItemKindShort
sourceimpl PartialEq<ItemKindShort> for ItemKindShort
impl PartialEq<ItemKindShort> for ItemKindShort
sourcefn eq(&self, other: &ItemKindShort) -> bool
fn eq(&self, other: &ItemKindShort) -> bool
impl Copy for ItemKindShort
impl Eq for ItemKindShort
impl StructuralEq for ItemKindShort
impl StructuralPartialEq for ItemKindShort
Auto Trait Implementations
impl RefUnwindSafe for ItemKindShort
impl Send for ItemKindShort
impl Sync for ItemKindShort
impl Unpin for ItemKindShort
impl UnwindSafe for ItemKindShort
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