Struct MainLoopTimerToken
pub struct MainLoopTimerToken(/* private fields */);Expand description
An opaque handle to a MainLoopScheduler timer.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MainLoopTimerToken
impl RefUnwindSafe for MainLoopTimerToken
impl !Send for MainLoopTimerToken
impl !Sync for MainLoopTimerToken
impl Unpin for MainLoopTimerToken
impl UnwindSafe for MainLoopTimerToken
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