pub struct Cancel<T: Timer> {
pub key: T::Key,
}Fields§
§key: T::KeyTrait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Cancel<T>
impl<T> RefUnwindSafe for Cancel<T>
impl<T> Send for Cancel<T>
impl<T> Sync for Cancel<T>
impl<T> Unpin for Cancel<T>
impl<T> UnwindSafe for Cancel<T>
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