pub struct JsonSchemaGenerator {}Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JsonSchemaGenerator
impl RefUnwindSafe for JsonSchemaGenerator
impl Send for JsonSchemaGenerator
impl Sync for JsonSchemaGenerator
impl Unpin for JsonSchemaGenerator
impl UnwindSafe for JsonSchemaGenerator
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