pub enum AutocommitOn {}Expand description
State used by Connected. Means that autocommit is enabled
Trait Implementations§
impl AutocommitMode for AutocommitOn
Auto Trait Implementations§
impl Freeze for AutocommitOn
impl RefUnwindSafe for AutocommitOn
impl Send for AutocommitOn
impl Sync for AutocommitOn
impl Unpin for AutocommitOn
impl UnsafeUnpin for AutocommitOn
impl UnwindSafe for AutocommitOn
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