pub struct JsonSchemaOptions {}
Trait Implementations§
Source§impl Clone for JsonSchemaOptions
impl Clone for JsonSchemaOptions
Source§fn clone(&self) -> JsonSchemaOptions
fn clone(&self) -> JsonSchemaOptions
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 JsonSchemaOptions
impl Debug for JsonSchemaOptions
Source§impl Default for JsonSchemaOptions
impl Default for JsonSchemaOptions
Source§fn default() -> JsonSchemaOptions
fn default() -> JsonSchemaOptions
Returns the “default value” for a type. Read more
Source§impl Hash for JsonSchemaOptions
impl Hash for JsonSchemaOptions
Source§impl PartialEq for JsonSchemaOptions
impl PartialEq for JsonSchemaOptions
impl Eq for JsonSchemaOptions
impl StructuralPartialEq for JsonSchemaOptions
Auto Trait Implementations§
impl Freeze for JsonSchemaOptions
impl RefUnwindSafe for JsonSchemaOptions
impl Send for JsonSchemaOptions
impl Sync for JsonSchemaOptions
impl Unpin for JsonSchemaOptions
impl UnwindSafe for JsonSchemaOptions
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