#[repr(C)]pub enum ShapeTypeKind {
Array = 0,
NonEmptyArray = 1,
AssociativeArray = 2,
List = 3,
NonEmptyList = 4,
}Variants§
Trait Implementations§
Source§impl Clone for ShapeTypeKind
impl Clone for ShapeTypeKind
Source§fn clone(&self) -> ShapeTypeKind
fn clone(&self) -> ShapeTypeKind
Returns a copy 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 ShapeTypeKind
impl Debug for ShapeTypeKind
Source§impl Display for ShapeTypeKind
impl Display for ShapeTypeKind
Source§impl Hash for ShapeTypeKind
impl Hash for ShapeTypeKind
Source§impl Ord for ShapeTypeKind
impl Ord for ShapeTypeKind
Source§fn cmp(&self, other: &ShapeTypeKind) -> Ordering
fn cmp(&self, other: &ShapeTypeKind) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ShapeTypeKind
impl PartialEq for ShapeTypeKind
Source§impl PartialOrd for ShapeTypeKind
impl PartialOrd for ShapeTypeKind
Source§impl Serialize for ShapeTypeKind
impl Serialize for ShapeTypeKind
impl Eq for ShapeTypeKind
impl StructuralPartialEq for ShapeTypeKind
Auto Trait Implementations§
impl Freeze for ShapeTypeKind
impl RefUnwindSafe for ShapeTypeKind
impl Send for ShapeTypeKind
impl Sync for ShapeTypeKind
impl Unpin for ShapeTypeKind
impl UnwindSafe for ShapeTypeKind
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