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