pub struct ValidJsonSchema(/* private fields */);Implementations§
Source§impl ValidJsonSchema
impl ValidJsonSchema
pub fn new(schema: Value) -> Result<Self, ParseError>
Trait Implementations§
Source§impl From<&ValidJsonSchema> for Mask
impl From<&ValidJsonSchema> for Mask
Source§fn from(value: &ValidJsonSchema) -> Self
fn from(value: &ValidJsonSchema) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ValidJsonSchema
impl RefUnwindSafe for ValidJsonSchema
impl Send for ValidJsonSchema
impl Sync for ValidJsonSchema
impl Unpin for ValidJsonSchema
impl UnwindSafe for ValidJsonSchema
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