pub struct YearQuarter { /* private fields */ }Expand description
A calendar quarter in a specific year.
Implementations§
Trait Implementations§
Source§impl Clone for YearQuarter
impl Clone for YearQuarter
Source§fn clone(&self) -> YearQuarter
fn clone(&self) -> YearQuarter
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 YearQuarter
impl Debug for YearQuarter
Source§impl<'de> Deserialize<'de> for YearQuarter
impl<'de> Deserialize<'de> for YearQuarter
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 Display for YearQuarter
impl Display for YearQuarter
Source§impl Hash for YearQuarter
impl Hash for YearQuarter
Source§impl Ord for YearQuarter
impl Ord for YearQuarter
Source§fn cmp(&self, other: &YearQuarter) -> Ordering
fn cmp(&self, other: &YearQuarter) -> 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 YearQuarter
impl PartialEq for YearQuarter
Source§fn eq(&self, other: &YearQuarter) -> bool
fn eq(&self, other: &YearQuarter) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for YearQuarter
impl PartialOrd for YearQuarter
Source§impl Serialize for YearQuarter
impl Serialize for YearQuarter
impl Copy for YearQuarter
impl Eq for YearQuarter
impl StructuralPartialEq for YearQuarter
Auto Trait Implementations§
impl Freeze for YearQuarter
impl RefUnwindSafe for YearQuarter
impl Send for YearQuarter
impl Sync for YearQuarter
impl Unpin for YearQuarter
impl UnsafeUnpin for YearQuarter
impl UnwindSafe for YearQuarter
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