pub struct Canceller { /* private fields */ }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