Struct sqlite_rs::runtime::SqliteSchema
source · pub struct SqliteSchema(/* private fields */);Trait Implementations§
source§impl Debug for SqliteSchema
impl Debug for SqliteSchema
source§impl Default for SqliteSchema
impl Default for SqliteSchema
source§fn default() -> SqliteSchema
fn default() -> SqliteSchema
Returns the “default value” for a type. Read more
Auto Trait Implementations§
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