Struct ntex_util::time::TimerHandle
source · [−]pub struct TimerHandle(_);Implementations
sourceimpl TimerHandle
impl TimerHandle
Trait Implementations
sourceimpl Debug for TimerHandle
impl Debug for TimerHandle
Auto Trait Implementations
impl RefUnwindSafe for TimerHandle
impl Send for TimerHandle
impl Sync for TimerHandle
impl Unpin for TimerHandle
impl UnwindSafe for TimerHandle
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more