Enum db_sqlx_maria::ConnectionOptions
source · [−]Expand description
Connect to database
Variants
Fresh(Fresh)
fresh connection
Existing(Conn)
existing connection
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ConnectionOptions
impl Send for ConnectionOptions
impl Sync for ConnectionOptions
impl Unpin for ConnectionOptions
impl !UnwindSafe for ConnectionOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more