pub struct ApiTimerHandle(/* private fields */);Expand description
TimerApi Lifecycle timer api façade for macro-expanded entrypoints.
ApiTimerHandle Opaque handle for scheduled timers (no direct access to TimerId).
Trait Implementations§
Source§impl Clone for ApiTimerHandle
impl Clone for ApiTimerHandle
Source§fn clone(&self) -> ApiTimerHandle
fn clone(&self) -> ApiTimerHandle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ApiTimerHandle
impl Debug for ApiTimerHandle
Source§impl PartialEq for ApiTimerHandle
impl PartialEq for ApiTimerHandle
impl Copy for ApiTimerHandle
impl Eq for ApiTimerHandle
impl StructuralPartialEq for ApiTimerHandle
Auto Trait Implementations§
impl Freeze for ApiTimerHandle
impl RefUnwindSafe for ApiTimerHandle
impl Send for ApiTimerHandle
impl Sync for ApiTimerHandle
impl Unpin for ApiTimerHandle
impl UnwindSafe for ApiTimerHandle
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