pub struct BaseTable {}Implementations§
Source§impl BaseTable
impl BaseTable
pub fn create<T: IntoTableRef>( table: T, manager: &SchemaManager<'_>, ) -> TableCreateStatement
Auto Trait Implementations§
impl Freeze for BaseTable
impl RefUnwindSafe for BaseTable
impl Send for BaseTable
impl Sync for BaseTable
impl Unpin for BaseTable
impl UnwindSafe for BaseTable
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