pub enum VariantBasicType {
Primitive = 0,
ShortString = 1,
Object = 2,
Array = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for VariantBasicType
impl Clone for VariantBasicType
Source§fn clone(&self) -> VariantBasicType
fn clone(&self) -> VariantBasicType
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 VariantBasicType
impl Debug for VariantBasicType
impl Copy for VariantBasicType
Auto Trait Implementations§
impl Freeze for VariantBasicType
impl RefUnwindSafe for VariantBasicType
impl Send for VariantBasicType
impl Sync for VariantBasicType
impl Unpin for VariantBasicType
impl UnwindSafe for VariantBasicType
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