pub struct JsonSchemaParser {
pub schema: Value,
}Fields§
§schema: ValueImplementations§
Trait Implementations§
Source§impl Parser<Value> for JsonSchemaParser
impl Parser<Value> for JsonSchemaParser
Auto Trait Implementations§
impl Freeze for JsonSchemaParser
impl RefUnwindSafe for JsonSchemaParser
impl Send for JsonSchemaParser
impl Sync for JsonSchemaParser
impl Unpin for JsonSchemaParser
impl UnsafeUnpin for JsonSchemaParser
impl UnwindSafe for JsonSchemaParser
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