pub enum RateUnit {
Microsecond,
Millisecond,
Second,
Minute,
Hour,
Day,
}Variants§
Trait Implementations§
impl Copy for RateUnit
impl StructuralPartialEq for RateUnit
Auto Trait Implementations§
impl Freeze for RateUnit
impl RefUnwindSafe for RateUnit
impl Send for RateUnit
impl Sync for RateUnit
impl Unpin for RateUnit
impl UnwindSafe for RateUnit
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