pub struct Deactivated;Expand description
Type argument for deactivated connections.
Auto Trait Implementations§
impl Freeze for Deactivated
impl RefUnwindSafe for Deactivated
impl Send for Deactivated
impl Sync for Deactivated
impl Unpin for Deactivated
impl UnwindSafe for Deactivated
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