pub enum DisconnectionType {
WillRetry,
TryingRecovery,
}Variants§
Auto Trait Implementations§
impl Freeze for DisconnectionType
impl RefUnwindSafe for DisconnectionType
impl Send for DisconnectionType
impl Sync for DisconnectionType
impl Unpin for DisconnectionType
impl UnsafeUnpin for DisconnectionType
impl UnwindSafe for DisconnectionType
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