pub struct InfoSchemaTables;Trait Implementations§
Source§impl VirtualTable for InfoSchemaTables
impl VirtualTable for InfoSchemaTables
fn name(&self) -> &str
fn scan(&self, schema: &SchemaManager) -> Result<QueryResult>
Auto Trait Implementations§
impl Freeze for InfoSchemaTables
impl RefUnwindSafe for InfoSchemaTables
impl Send for InfoSchemaTables
impl Sync for InfoSchemaTables
impl Unpin for InfoSchemaTables
impl UnsafeUnpin for InfoSchemaTables
impl UnwindSafe for InfoSchemaTables
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