pub struct TorahReadingDay { /* private fields */ }Expand description
This struct holds a day on which the Torah is read.
You can get the Hebrew Date and the Torah reading.
Implementations§
Source§impl TorahReadingDay
impl TorahReadingDay
pub fn day(&self) -> HebrewDate
pub fn name(&self) -> TorahReading
Trait Implementations§
Source§impl Clone for TorahReadingDay
impl Clone for TorahReadingDay
Source§fn clone(&self) -> TorahReadingDay
fn clone(&self) -> TorahReadingDay
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 TorahReadingDay
impl Debug for TorahReadingDay
Source§impl Ord for TorahReadingDay
impl Ord for TorahReadingDay
Source§fn cmp(&self, other: &TorahReadingDay) -> Ordering
fn cmp(&self, other: &TorahReadingDay) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TorahReadingDay
impl PartialEq for TorahReadingDay
Source§impl PartialOrd for TorahReadingDay
impl PartialOrd for TorahReadingDay
Source§impl Serialize for TorahReadingDay
impl Serialize for TorahReadingDay
impl Copy for TorahReadingDay
impl Eq for TorahReadingDay
Auto Trait Implementations§
impl Freeze for TorahReadingDay
impl RefUnwindSafe for TorahReadingDay
impl Send for TorahReadingDay
impl Sync for TorahReadingDay
impl Unpin for TorahReadingDay
impl UnwindSafe for TorahReadingDay
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