pub struct ListSqlSchemaResult {
pub tables: Vec<SqlTableSchema>,
}Fields§
§tables: Vec<SqlTableSchema>Trait Implementations§
Source§impl Debug for ListSqlSchemaResult
impl Debug for ListSqlSchemaResult
Auto Trait Implementations§
impl Freeze for ListSqlSchemaResult
impl RefUnwindSafe for ListSqlSchemaResult
impl Send for ListSqlSchemaResult
impl Sync for ListSqlSchemaResult
impl Unpin for ListSqlSchemaResult
impl UnsafeUnpin for ListSqlSchemaResult
impl UnwindSafe for ListSqlSchemaResult
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