pub enum YearSettings {
Basic,
Proleptic,
Negative,
Large(usize),
}
Variants§
Trait Implementations§
source§impl Clone for YearSettings
impl Clone for YearSettings
source§fn clone(&self) -> YearSettings
fn clone(&self) -> YearSettings
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 YearSettings
impl Debug for YearSettings
source§impl PartialEq for YearSettings
impl PartialEq for YearSettings
source§fn eq(&self, other: &YearSettings) -> bool
fn eq(&self, other: &YearSettings) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PropertySetting for YearSettings
impl PropertySetting for YearSettings
impl StructuralPartialEq for YearSettings
Auto Trait Implementations§
impl RefUnwindSafe for YearSettings
impl Send for YearSettings
impl Sync for YearSettings
impl Unpin for YearSettings
impl UnwindSafe for YearSettings
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