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