pub struct DispatcherHandle(/* private fields */);Implementations§
Auto Trait Implementations§
impl Freeze for DispatcherHandle
impl RefUnwindSafe for DispatcherHandle
impl Send for DispatcherHandle
impl Sync for DispatcherHandle
impl Unpin for DispatcherHandle
impl UnsafeUnpin for DispatcherHandle
impl UnwindSafe for DispatcherHandle
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