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<TypeSchema> for TypeSchema
impl PartialEq<TypeSchema> 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 ==.