pub struct TimedHandle(/* private fields */);Implementations§
Source§impl TimedHandle
impl TimedHandle
Trait Implementations§
Source§impl Clone for TimedHandle
impl Clone for TimedHandle
Source§fn clone(&self) -> TimedHandle
fn clone(&self) -> TimedHandle
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 moreAuto Trait Implementations§
impl Freeze for TimedHandle
impl RefUnwindSafe for TimedHandle
impl Send for TimedHandle
impl Sync for TimedHandle
impl Unpin for TimedHandle
impl UnwindSafe for TimedHandle
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