pub struct DetachedFromClient;
Expand description
A ThreadSafeContext
can either be bound to a blocked client, or detached from any client.
Auto Trait Implementations§
impl Freeze for DetachedFromClient
impl RefUnwindSafe for DetachedFromClient
impl Send for DetachedFromClient
impl Sync for DetachedFromClient
impl Unpin for DetachedFromClient
impl UnwindSafe for DetachedFromClient
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