pub enum Azimuth {
East,
West,
}Expand description
A cardinal direction on the horizon, identifying the two solar azimuths
used by time_at_azimuth for polar zmanim.
Variants§
East
Due east, an azimuth of 90°. Treated as sunrise in polar regions.
West
Due west, an azimuth of 270°. Treated as sunset in polar regions.
Trait Implementations§
impl Copy for Azimuth
impl Eq for Azimuth
impl StructuralPartialEq for Azimuth
Auto Trait Implementations§
impl Freeze for Azimuth
impl RefUnwindSafe for Azimuth
impl Send for Azimuth
impl Sync for Azimuth
impl Unpin for Azimuth
impl UnsafeUnpin for Azimuth
impl UnwindSafe for Azimuth
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