pub enum RateUnit {
Microsecond,
Millisecond,
Second,
Minute,
Hour,
Day,
}Variants§
Trait Implementations§
source§impl PartialEq for RateUnit
impl PartialEq for RateUnit
impl Copy for RateUnit
impl StructuralPartialEq for RateUnit
Auto Trait Implementations§
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