pub struct SqliteConnectionMetadata {}
Trait Implementations§
Source§impl ConnectionMetadata for SqliteConnectionMetadata
impl ConnectionMetadata for SqliteConnectionMetadata
Source§fn database_product_name(&self) -> &str
fn database_product_name(&self) -> &str
Retrieves the name of this database product.
May contain additional information about editions.
Source§fn database_version(&self) -> &str
fn database_version(&self) -> &str
Retrieves the version number of this database product.
Auto Trait Implementations§
impl Freeze for SqliteConnectionMetadata
impl RefUnwindSafe for SqliteConnectionMetadata
impl Send for SqliteConnectionMetadata
impl Sync for SqliteConnectionMetadata
impl Unpin for SqliteConnectionMetadata
impl UnwindSafe for SqliteConnectionMetadata
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