Enum jsona_schema::SchemaType
source · [−]pub enum SchemaType {
String,
Number,
Boolean,
Integer,
Null,
Object,
Array,
}
Variants
String
Number
Boolean
Integer
Null
Object
Array
Implementations
Trait Implementations
sourceimpl Clone for SchemaType
impl Clone for SchemaType
sourcefn clone(&self) -> SchemaType
fn clone(&self) -> SchemaType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for SchemaType
impl Debug for SchemaType
sourceimpl<'de> Deserialize<'de> for SchemaType
impl<'de> Deserialize<'de> for SchemaType
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Display for SchemaType
impl Display for SchemaType
sourceimpl Hash for SchemaType
impl Hash for SchemaType
sourceimpl PartialEq<SchemaType> for SchemaType
impl PartialEq<SchemaType> for SchemaType
sourceimpl Serialize for SchemaType
impl Serialize for SchemaType
impl Eq for SchemaType
impl StructuralEq for SchemaType
impl StructuralPartialEq for SchemaType
Auto Trait Implementations
impl RefUnwindSafe for SchemaType
impl Send for SchemaType
impl Sync for SchemaType
impl Unpin for SchemaType
impl UnwindSafe for SchemaType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to key
and return true
if they are equal.