pub enum FormatCalendarStyle {
Gregorian,
Gengou,
Roc,
Hanja,
Hijri,
Jewish,
Buddhist,
}Expand description
Calendar types.
Variants§
Trait Implementations§
source§impl Clone for FormatCalendarStyle
impl Clone for FormatCalendarStyle
source§fn clone(&self) -> FormatCalendarStyle
fn clone(&self) -> FormatCalendarStyle
Returns a copy 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 FormatCalendarStyle
impl Debug for FormatCalendarStyle
source§impl Display for FormatCalendarStyle
impl Display for FormatCalendarStyle
source§impl PartialEq for FormatCalendarStyle
impl PartialEq for FormatCalendarStyle
source§fn eq(&self, other: &FormatCalendarStyle) -> bool
fn eq(&self, other: &FormatCalendarStyle) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for FormatCalendarStyle
impl Eq for FormatCalendarStyle
impl StructuralPartialEq for FormatCalendarStyle
Auto Trait Implementations§
impl RefUnwindSafe for FormatCalendarStyle
impl Send for FormatCalendarStyle
impl Sync for FormatCalendarStyle
impl Unpin for FormatCalendarStyle
impl UnwindSafe for FormatCalendarStyle
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