Enum jtd_derive::schema::TypeSchema
source · pub enum TypeSchema {
Boolean,
String,
Timestamp,
Float32,
Float64,
Int8,
Uint8,
Int16,
Uint16,
Int32,
Uint32,
}Expand description
Typedef primitive types. See the Typedef docs entry.
Variants§
Implementations§
Trait Implementations§
source§impl Clone for TypeSchema
impl Clone for TypeSchema
source§fn clone(&self) -> TypeSchema
fn clone(&self) -> TypeSchema
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 TypeSchema
impl Debug for TypeSchema
source§impl PartialEq for TypeSchema
impl PartialEq for TypeSchema
source§fn eq(&self, other: &TypeSchema) -> bool
fn eq(&self, other: &TypeSchema) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for TypeSchema
impl Serialize for TypeSchema
impl Eq for TypeSchema
impl StructuralEq for TypeSchema
impl StructuralPartialEq for TypeSchema
Auto Trait Implementations§
impl RefUnwindSafe for TypeSchema
impl Send for TypeSchema
impl Sync for TypeSchema
impl Unpin for TypeSchema
impl UnwindSafe for TypeSchema
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