pub(crate) struct HebrewYearInfo {
keviyah: Keviyah,
value: i32,
}Fields§
§keviyah: Keviyah§value: i32Implementations§
Trait Implementations§
Source§impl Clone for HebrewYearInfo
impl Clone for HebrewYearInfo
Source§fn clone(&self) -> HebrewYearInfo
fn clone(&self) -> HebrewYearInfo
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 HebrewYearInfo
impl Debug for HebrewYearInfo
Source§impl Ord for HebrewYearInfo
impl Ord for HebrewYearInfo
Source§fn cmp(&self, other: &HebrewYearInfo) -> Ordering
fn cmp(&self, other: &HebrewYearInfo) -> Ordering
1.21.0 (const: unstable) · 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 HebrewYearInfo
impl PartialEq for HebrewYearInfo
Source§fn eq(&self, other: &HebrewYearInfo) -> bool
fn eq(&self, other: &HebrewYearInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for HebrewYearInfo
impl PartialOrd for HebrewYearInfo
Source§impl ToExtendedYear for HebrewYearInfo
impl ToExtendedYear for HebrewYearInfo
fn to_extended_year(&self) -> i32
impl Copy for HebrewYearInfo
impl Eq for HebrewYearInfo
impl StructuralPartialEq for HebrewYearInfo
Auto Trait Implementations§
impl Freeze for HebrewYearInfo
impl RefUnwindSafe for HebrewYearInfo
impl Send for HebrewYearInfo
impl Sync for HebrewYearInfo
impl Unpin for HebrewYearInfo
impl UnsafeUnpin for HebrewYearInfo
impl UnwindSafe for HebrewYearInfo
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