Struct zng_app::timer::WeakTimerHandle
source · pub struct WeakTimerHandle(/* private fields */);Expand description
Weak TimerHandle.
Implementations§
Trait Implementations§
source§impl Clone for WeakTimerHandle
impl Clone for WeakTimerHandle
source§fn clone(&self) -> WeakTimerHandle
fn clone(&self) -> WeakTimerHandle
Returns a copy 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 WeakTimerHandle
impl Debug for WeakTimerHandle
source§impl Default for WeakTimerHandle
impl Default for WeakTimerHandle
source§fn default() -> WeakTimerHandle
fn default() -> WeakTimerHandle
Returns the “default value” for a type. Read more
source§impl Hash for WeakTimerHandle
impl Hash for WeakTimerHandle
source§impl PartialEq for WeakTimerHandle
impl PartialEq for WeakTimerHandle
source§fn eq(&self, other: &WeakTimerHandle) -> bool
fn eq(&self, other: &WeakTimerHandle) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for WeakTimerHandle
impl StructuralPartialEq for WeakTimerHandle
Auto Trait Implementations§
impl Freeze for WeakTimerHandle
impl !RefUnwindSafe for WeakTimerHandle
impl Send for WeakTimerHandle
impl Sync for WeakTimerHandle
impl Unpin for WeakTimerHandle
impl !UnwindSafe for WeakTimerHandle
Blanket Implementations§
source§impl<T> AnyVarValue for Twhere
T: VarValue,
impl<T> AnyVarValue for Twhere
T: VarValue,
source§fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
Access to mut
dyn Any methods.source§fn clone_boxed(&self) -> Box<dyn AnyVarValue>
fn clone_boxed(&self) -> Box<dyn AnyVarValue>
Clone the value.
source§fn clone_boxed_var(&self) -> Box<dyn AnyVar>
fn clone_boxed_var(&self) -> Box<dyn AnyVar>
Clone the value into a new boxed
LocalVar<Self>.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