pub enum TorahReadingType {
YomTov,
Chol,
Shabbos,
SpecialParsha,
}Expand description
What Torah Readings are we looking for
Variants§
YomTov
Yom Tov - Pesach, Shavuos, Sukkos, Shmini Atzeres/Simchas Torah, Rosh Hashana, Yom Kippur and Chol HaMoed.
Chol
Weekday Torah reading - Rosh Chodesh, Chanuka and Purim
Shabbos
Weekly Parsha Torah reading
SpecialParsha
One of the four special Torah portions read every winter (Shekalim, Zachor, Parah and HaChodesh).
Trait Implementations§
Source§impl Clone for TorahReadingType
impl Clone for TorahReadingType
Source§fn clone(&self) -> TorahReadingType
fn clone(&self) -> TorahReadingType
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 TorahReadingType
impl Debug for TorahReadingType
Source§impl<'de> Deserialize<'de> for TorahReadingType
impl<'de> Deserialize<'de> for TorahReadingType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for TorahReadingType
impl PartialEq for TorahReadingType
Source§impl Serialize for TorahReadingType
impl Serialize for TorahReadingType
impl Copy for TorahReadingType
impl Eq for TorahReadingType
impl StructuralPartialEq for TorahReadingType
Auto Trait Implementations§
impl Freeze for TorahReadingType
impl RefUnwindSafe for TorahReadingType
impl Send for TorahReadingType
impl Sync for TorahReadingType
impl Unpin for TorahReadingType
impl UnwindSafe for TorahReadingType
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