pub struct SchemaExporter {}Expand description
Schema exporter for generating output formats
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SchemaExporter
impl RefUnwindSafe for SchemaExporter
impl Send for SchemaExporter
impl Sync for SchemaExporter
impl Unpin for SchemaExporter
impl UnsafeUnpin for SchemaExporter
impl UnwindSafe for SchemaExporter
Blanket Implementations§
impl<T> Allocation for T
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