pub struct Gigasecond;Expand description
Gigaseconds (1 Gs = 10^9 s).
Trait Implementations§
Source§impl Clone for Gigasecond
impl Clone for Gigasecond
Source§fn clone(&self) -> Gigasecond
fn clone(&self) -> Gigasecond
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 Gigasecond
impl Debug for Gigasecond
Source§impl PartialEq for Gigasecond
impl PartialEq for Gigasecond
Source§impl PartialOrd for Gigasecond
impl PartialOrd for Gigasecond
Source§impl Unit for Gigasecond
impl Unit for Gigasecond
impl Copy for Gigasecond
impl StructuralPartialEq for Gigasecond
Auto Trait Implementations§
impl Freeze for Gigasecond
impl RefUnwindSafe for Gigasecond
impl Send for Gigasecond
impl Sync for Gigasecond
impl Unpin for Gigasecond
impl UnwindSafe for Gigasecond
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