pub struct Handle { /* private fields */ }Expand description
The opaque handle behind the void*. One SyncClient instance, its owned
transport, and the exact core-output queue, guarded for cross-thread polling.
Auto Trait Implementations§
impl !Freeze for Handle
impl !RefUnwindSafe for Handle
impl !Sync for Handle
impl !UnwindSafe for Handle
impl Send for Handle
impl Unpin for Handle
impl UnsafeUnpin for Handle
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