Struct lunatic_twitchax_patch::time::TimerRef
source · pub struct TimerRef(/* private fields */);Expand description
A reference to a timer created from send_after.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TimerRef
impl Send for TimerRef
impl Sync for TimerRef
impl Unpin for TimerRef
impl UnwindSafe for TimerRef
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