pub enum AfterDrain {
KeepOpen,
Close,
}Expand description
What to do with a connection after draining its buffered commands.
Variants§
Auto Trait Implementations§
impl Freeze for AfterDrain
impl RefUnwindSafe for AfterDrain
impl Send for AfterDrain
impl Sync for AfterDrain
impl Unpin for AfterDrain
impl UnsafeUnpin for AfterDrain
impl UnwindSafe for AfterDrain
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