pub struct Handle<'a> { /* private fields */ }Expand description
A handle that gets passed to the callback method of PollWrapper.
This handle allows you to register evented methods to the poll while the wrapper is running.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Handle<'a>
impl<'a> !RefUnwindSafe for Handle<'a>
impl<'a> Send for Handle<'a>
impl<'a> Sync for Handle<'a>
impl<'a> Unpin for Handle<'a>
impl<'a> !UnwindSafe for Handle<'a>
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