pub struct RateClass;Expand description
The rate of passage of time in terms of one unit with respect to another.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RateClass
impl RefUnwindSafe for RateClass
impl Send for RateClass
impl Sync for RateClass
impl Unpin for RateClass
impl UnwindSafe for RateClass
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