Struct schemars::visit::SetSingleExample [−][src]
This visitor will remove the examples
schema property and (if present) set its first value as the example
property.
This is useful for dialects of JSON Schema (e.g. OpenAPI 3.0) that do not support the examples
property.
Fields
retain_examples: bool
When set to true
, the examples
property will not be removed, but its first value will still be copied to example
.
Trait Implementations
impl Clone for SetSingleExample
[src]
fn clone(&self) -> SetSingleExample
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for SetSingleExample
[src]
impl Visitor for SetSingleExample
[src]
fn visit_schema_object(&mut self, schema: &mut SchemaObject)
[src]
fn visit_root_schema(&mut self, root: &mut RootSchema)
[src]
fn visit_schema(&mut self, schema: &mut Schema)
[src]
Auto Trait Implementations
impl RefUnwindSafe for SetSingleExample
impl Send for SetSingleExample
impl Sync for SetSingleExample
impl Unpin for SetSingleExample
impl UnwindSafe for SetSingleExample
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> DynClone for T where
T: Clone,
[src]
T: Clone,
pub fn __clone_box(&self, Private) -> *mut ()
[src]
impl<T> From<T> for T
[src]
impl<T> GenVisitor for T where
T: Visitor + Debug + Clone + Any,
[src]
T: Visitor + Debug + Clone + Any,
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,