Enum SqliteSchema
pub enum SqliteSchema {
Type,
Name,
TblName,
RootPage,
Sql,
}Variants§
Trait Implementations§
§impl Debug for SqliteSchema
impl Debug for SqliteSchema
§impl Iden for SqliteSchema
impl Iden for SqliteSchema
Auto Trait Implementations§
impl Freeze for SqliteSchema
impl RefUnwindSafe for SqliteSchema
impl Send for SqliteSchema
impl Sync for SqliteSchema
impl Unpin for SqliteSchema
impl UnwindSafe for SqliteSchema
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