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§impl PropertySetting for YearSettings
impl PropertySetting for YearSettings
impl StructuralPartialEq for YearSettings
Auto Trait Implementations§
impl Freeze for YearSettings
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)