pub enum HebrewMonth {
Show 14 variants
Tishrei,
Cheshvan,
Kislev,
Teves,
Shvat,
Adar,
Adar1,
Adar2,
Nissan,
Iyar,
Sivan,
Tammuz,
Av,
Elul,
}Variants§
Trait Implementations§
Source§impl Clone for HebrewMonth
impl Clone for HebrewMonth
Source§fn clone(&self) -> HebrewMonth
fn clone(&self) -> HebrewMonth
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 HebrewMonth
impl Debug for HebrewMonth
Source§impl<'de> Deserialize<'de> for HebrewMonth
impl<'de> Deserialize<'de> for HebrewMonth
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 From<u64> for HebrewMonth
impl From<u64> for HebrewMonth
Source§impl Ord for HebrewMonth
impl Ord for HebrewMonth
Source§fn cmp(&self, other: &HebrewMonth) -> Ordering
fn cmp(&self, other: &HebrewMonth) -> 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 HebrewMonth
impl PartialEq for HebrewMonth
Source§impl PartialOrd for HebrewMonth
impl PartialOrd for HebrewMonth
Source§impl Serialize for HebrewMonth
impl Serialize for HebrewMonth
impl Copy for HebrewMonth
impl Eq for HebrewMonth
impl StructuralPartialEq for HebrewMonth
Auto Trait Implementations§
impl Freeze for HebrewMonth
impl RefUnwindSafe for HebrewMonth
impl Send for HebrewMonth
impl Sync for HebrewMonth
impl Unpin for HebrewMonth
impl UnwindSafe for HebrewMonth
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