pub struct CatalogSchema {
pub name: String,
pub tables: HashMap<String, CatalogTable>,
}Fields§
§name: String§tables: HashMap<String, CatalogTable>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CatalogSchema
impl RefUnwindSafe for CatalogSchema
impl Send for CatalogSchema
impl Sync for CatalogSchema
impl Unpin for CatalogSchema
impl UnsafeUnpin for CatalogSchema
impl UnwindSafe for CatalogSchema
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