Struct sqlx_core::mssql::MssqlConnectOptions [−][src]
pub struct MssqlConnectOptions { /* fields omitted */ }
Implementations
Trait Implementations
type Connection = MssqlConnection
fn connect(&self) -> BoxFuture<'_, Result<Self::Connection, Error>> where
Self::Connection: Sized,
fn connect(&self) -> BoxFuture<'_, Result<Self::Connection, Error>> where
Self::Connection: Sized,
Establish a new database connection with the options specified by self
.
Log executed statements with the specified level
Log executed statements with a duration above the specified duration
at the specified level
. Read more
Entirely disables statement logging (both slow and regular).
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for MssqlConnectOptions
impl Send for MssqlConnectOptions
impl Sync for MssqlConnectOptions
impl Unpin for MssqlConnectOptions
impl UnwindSafe for MssqlConnectOptions
Blanket Implementations
Mutably borrows from an owned value. Read more