pub enum ZmanOffset<'a> {
Degrees(f64),
Minutes(f64),
MinutesZmaniyos {
minutes_zmaniyos: f64,
shaah_zmanis: &'a TimeDelta,
},
}Expand description
Offset used for alos or tzais
Variants§
Degrees(f64)
Some degrees under the horizon
Minutes(f64)
Some minutes before/after sunrise/sunset
MinutesZmaniyos
Some minutes zmaniyos before/after sunrise/sunset
Auto Trait Implementations§
impl<'a> Freeze for ZmanOffset<'a>
impl<'a> RefUnwindSafe for ZmanOffset<'a>
impl<'a> Send for ZmanOffset<'a>
impl<'a> Sync for ZmanOffset<'a>
impl<'a> Unpin for ZmanOffset<'a>
impl<'a> UnwindSafe for ZmanOffset<'a>
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