pub struct TimeBound {
pub typical: Duration,
pub maximum: Duration,
}Fields§
§typical: Duration§maximum: DurationTrait Implementations§
Auto Trait Implementations§
impl Freeze for TimeBound
impl RefUnwindSafe for TimeBound
impl Send for TimeBound
impl Sync for TimeBound
impl Unpin for TimeBound
impl UnwindSafe for TimeBound
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