pub struct DbSchema<'a> {
pub tables: HashMap<String, &'a [Column<'a>]>,
}
Fields§
§tables: HashMap<String, &'a [Column<'a>]>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DbSchema<'a>
impl<'a> !RefUnwindSafe for DbSchema<'a>
impl<'a> !Send for DbSchema<'a>
impl<'a> !Sync for DbSchema<'a>
impl<'a> Unpin for DbSchema<'a>
impl<'a> !UnwindSafe for DbSchema<'a>
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