pub enum SqliteSchema {
Type,
Name,
TblName,
RootPage,
Sql,
}Available on crate features
sqlite and query only.Variantsยง
Trait Implementationsยง
Sourceยงimpl Debug for SqliteSchema
impl Debug 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