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