Struct SchemaDiscovery
pub struct SchemaDiscovery {
pub query: SchemaQueryBuilder,
pub schema: DynIden,
/* private fields */
}Fields§
§query: SchemaQueryBuilder§schema: DynIdenImplementations§
Auto Trait Implementations§
impl Freeze for SchemaDiscovery
impl RefUnwindSafe for SchemaDiscovery
impl Send for SchemaDiscovery
impl Sync for SchemaDiscovery
impl Unpin for SchemaDiscovery
impl UnwindSafe for SchemaDiscovery
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