pub struct RequiredSchemaFields(/* private fields */);
Expand description
https://datatracker.ietf.org/doc/html/draft-wright-json-schema-validation-00#section-5.15
The value of this keyword MUST be an array. This array MUST have at least one element. Elements of this array MUST be strings, and MUST be unique.
Implementations§
Trait Implementations§
Source§impl Clone for RequiredSchemaFields
impl Clone for RequiredSchemaFields
Source§fn clone(&self) -> RequiredSchemaFields
fn clone(&self) -> RequiredSchemaFields
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for RequiredSchemaFields
impl RefUnwindSafe for RequiredSchemaFields
impl Send for RequiredSchemaFields
impl Sync for RequiredSchemaFields
impl Unpin for RequiredSchemaFields
impl UnwindSafe for RequiredSchemaFields
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