pub struct TimeoutValue { /* private fields */ }Expand description
Internal helper for timeout calculations.
Implementations§
Trait Implementations§
Source§impl Clone for TimeoutValue
impl Clone for TimeoutValue
Source§fn clone(&self) -> TimeoutValue
fn clone(&self) -> TimeoutValue
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 TimeoutValue
impl Debug for TimeoutValue
impl Copy for TimeoutValue
Auto Trait Implementations§
impl Freeze for TimeoutValue
impl RefUnwindSafe for TimeoutValue
impl Send for TimeoutValue
impl Sync for TimeoutValue
impl Unpin for TimeoutValue
impl UnwindSafe for TimeoutValue
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