pub struct NoAdjustment;Expand description
No adjustment (use astronomical calculation).
Trait Implementations§
Source§impl Clone for NoAdjustment
impl Clone for NoAdjustment
Source§fn clone(&self) -> NoAdjustment
fn clone(&self) -> NoAdjustment
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NoAdjustment
Source§impl Debug for NoAdjustment
impl Debug for NoAdjustment
Source§impl Default for NoAdjustment
impl Default for NoAdjustment
Source§fn default() -> NoAdjustment
fn default() -> NoAdjustment
Returns the “default value” for a type. Read more
Source§impl MoonProvider for NoAdjustment
impl MoonProvider for NoAdjustment
fn get_adjustment( &self, _date: NaiveDate, _coords: Option<GeoCoordinate>, ) -> Result<i64, ShaumError>
Auto Trait Implementations§
impl Freeze for NoAdjustment
impl RefUnwindSafe for NoAdjustment
impl Send for NoAdjustment
impl Sync for NoAdjustment
impl Unpin for NoAdjustment
impl UnsafeUnpin for NoAdjustment
impl UnwindSafe for NoAdjustment
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