pub struct JSONASchemaValidator {
pub value: JSONSchema,
pub annotations: IndexMap<String, JSONSchema>,
}Fields
value: JSONSchemaannotations: IndexMap<String, JSONSchema>Implementations
Auto Trait Implementations
impl !RefUnwindSafe for JSONASchemaValidator
impl Send for JSONASchemaValidator
impl Sync for JSONASchemaValidator
impl Unpin for JSONASchemaValidator
impl !UnwindSafe for JSONASchemaValidator
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