pub struct SiderealYear;Expand description
Mean sidereal year (Earth), expressed in seconds.
Common convention: 1 sidereal year ≈ 365.256363004 d.
Trait Implementations§
Source§impl Clone for SiderealYear
impl Clone for SiderealYear
Source§fn clone(&self) -> SiderealYear
fn clone(&self) -> SiderealYear
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 SiderealYear
impl Debug for SiderealYear
Source§impl PartialEq for SiderealYear
impl PartialEq for SiderealYear
Source§impl PartialOrd for SiderealYear
impl PartialOrd for SiderealYear
Source§impl Unit for SiderealYear
impl Unit for SiderealYear
impl Copy for SiderealYear
impl StructuralPartialEq for SiderealYear
Auto Trait Implementations§
impl Freeze for SiderealYear
impl RefUnwindSafe for SiderealYear
impl Send for SiderealYear
impl Sync for SiderealYear
impl Unpin for SiderealYear
impl UnwindSafe for SiderealYear
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