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