Struct mariadb::service_sql::ConnectionOpts
source · pub struct ConnectionOpts { /* private fields */ }
Expand description
Options for connecting to a remote SQL server
Auto Trait Implementations§
impl RefUnwindSafe for ConnectionOpts
impl Send for ConnectionOpts
impl Sync for ConnectionOpts
impl Unpin for ConnectionOpts
impl UnwindSafe for ConnectionOpts
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