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