pub struct Hectosecond;Expand description
Hectoseconds (1 hs = 100 s).
Trait Implementations§
Source§impl Clone for Hectosecond
impl Clone for Hectosecond
Source§fn clone(&self) -> Hectosecond
fn clone(&self) -> Hectosecond
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Hectosecond
impl Debug for Hectosecond
Source§impl PartialEq for Hectosecond
impl PartialEq for Hectosecond
Source§impl PartialOrd for Hectosecond
impl PartialOrd for Hectosecond
Source§impl Unit for Hectosecond
impl Unit for Hectosecond
impl Copy for Hectosecond
impl StructuralPartialEq for Hectosecond
Auto Trait Implementations§
impl Freeze for Hectosecond
impl RefUnwindSafe for Hectosecond
impl Send for Hectosecond
impl Sync for Hectosecond
impl Unpin for Hectosecond
impl UnwindSafe for Hectosecond
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