pub struct Hertz(/* private fields */);
Trait Implementations§
Source§impl Ord for Hertz
impl Ord for Hertz
Source§impl PartialOrd for Hertz
impl PartialOrd for Hertz
impl Copy for Hertz
impl Eq for Hertz
impl StructuralPartialEq for Hertz
Auto Trait Implementations§
impl Freeze for Hertz
impl RefUnwindSafe for Hertz
impl Send for Hertz
impl Sync for Hertz
impl Unpin for Hertz
impl UnwindSafe for Hertz
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