pub enum RateUnit {
Seconds,
Minutes,
}Variants§
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