pub enum SchemaStrictMode {
Off,
Basic,
}Variants§
Trait Implementations§
Source§impl Clone for SchemaStrictMode
impl Clone for SchemaStrictMode
Source§fn clone(&self) -> SchemaStrictMode
fn clone(&self) -> SchemaStrictMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SchemaStrictMode
Source§impl Debug for SchemaStrictMode
impl Debug for SchemaStrictMode
impl Eq for SchemaStrictMode
Source§impl PartialEq for SchemaStrictMode
impl PartialEq for SchemaStrictMode
Source§fn eq(&self, other: &SchemaStrictMode) -> bool
fn eq(&self, other: &SchemaStrictMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SchemaStrictMode
Auto Trait Implementations§
impl Freeze for SchemaStrictMode
impl RefUnwindSafe for SchemaStrictMode
impl Send for SchemaStrictMode
impl Sync for SchemaStrictMode
impl Unpin for SchemaStrictMode
impl UnsafeUnpin for SchemaStrictMode
impl UnwindSafe for SchemaStrictMode
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