pub struct Canceller { /* private fields */ }
Expand description
Canceller is a user-hold struct to cancel io operations. A canceller can associate with multiple io operations.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Canceller
impl !RefUnwindSafe for Canceller
impl !Send for Canceller
impl !Sync for Canceller
impl Unpin for Canceller
impl !UnwindSafe for Canceller
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