pub struct SchemaCtx {
pub components: BTreeMap<String, JsonSchema2020>,
}Fields§
§components: BTreeMap<String, JsonSchema2020>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SchemaCtx
impl RefUnwindSafe for SchemaCtx
impl Send for SchemaCtx
impl Sync for SchemaCtx
impl Unpin for SchemaCtx
impl UnwindSafe for SchemaCtx
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