pub struct Julian0WithLeap(/* private fields */);
Expand description
Zero-based Julian day in [0, 365]
, taking occasional February 29th into account and allowing December 32nd
Implementations§
Trait Implementations§
Source§impl Clone for Julian0WithLeap
impl Clone for Julian0WithLeap
Source§fn clone(&self) -> Julian0WithLeap
fn clone(&self) -> Julian0WithLeap
Returns a copy 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 Julian0WithLeap
impl Debug for Julian0WithLeap
Source§impl PartialEq for Julian0WithLeap
impl PartialEq for Julian0WithLeap
impl Copy for Julian0WithLeap
impl Eq for Julian0WithLeap
impl StructuralPartialEq for Julian0WithLeap
Auto Trait Implementations§
impl Freeze for Julian0WithLeap
impl RefUnwindSafe for Julian0WithLeap
impl Send for Julian0WithLeap
impl Sync for Julian0WithLeap
impl Unpin for Julian0WithLeap
impl UnwindSafe for Julian0WithLeap
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