pub struct YearNamesV1;Expand description
Calendar-agnostic year name data marker
Trait Implementations§
Source§impl CalMarkers<YearNamesV1> for FullDataCalMarkers
 
impl CalMarkers<YearNamesV1> for FullDataCalMarkers
Source§type Buddhist = <Buddhist as CldrCalendar>::YearNamesV1
 
type Buddhist = <Buddhist as CldrCalendar>::YearNamesV1
The type for a 
Buddhist calendarSource§type Chinese = <Chinese as CldrCalendar>::YearNamesV1
 
type Chinese = <Chinese as CldrCalendar>::YearNamesV1
The type for a 
Chinese calendarSource§type Coptic = <Coptic as CldrCalendar>::YearNamesV1
 
type Coptic = <Coptic as CldrCalendar>::YearNamesV1
The type for a 
Coptic calendarSource§type Dangi = <Dangi as CldrCalendar>::YearNamesV1
 
type Dangi = <Dangi as CldrCalendar>::YearNamesV1
The type for a 
Dangi calendarSource§type Ethiopian = <Ethiopian as CldrCalendar>::YearNamesV1
 
type Ethiopian = <Ethiopian as CldrCalendar>::YearNamesV1
The type for an 
Ethiopian calendar (either era style)Source§type Gregorian = <Gregorian as CldrCalendar>::YearNamesV1
 
type Gregorian = <Gregorian as CldrCalendar>::YearNamesV1
The type for a 
Gregorian calendarSource§type Hebrew = <Hebrew as CldrCalendar>::YearNamesV1
 
type Hebrew = <Hebrew as CldrCalendar>::YearNamesV1
The type for a 
Hebrew calendarSource§type Indian = <Indian as CldrCalendar>::YearNamesV1
 
type Indian = <Indian as CldrCalendar>::YearNamesV1
The type for a 
Indian calendarSource§type Hijri = <HijriUmmAlQura as CldrCalendar>::YearNamesV1
 
type Hijri = <HijriUmmAlQura as CldrCalendar>::YearNamesV1
The type for Hirji calendars
Source§type Japanese = <Japanese as CldrCalendar>::YearNamesV1
 
type Japanese = <Japanese as CldrCalendar>::YearNamesV1
The type for a 
Japanese calendarSource§type Persian = <Persian as CldrCalendar>::YearNamesV1
 
type Persian = <Persian as CldrCalendar>::YearNamesV1
The type for a 
Persian calendarSource§type Roc = <Roc as CldrCalendar>::YearNamesV1
 
type Roc = <Roc as CldrCalendar>::YearNamesV1
The type for a 
Roc calendarSource§impl Debug for YearNamesV1
 
impl Debug for YearNamesV1
Source§impl DynamicDataMarker for YearNamesV1
 
impl DynamicDataMarker for YearNamesV1
Source§type DataStruct = YearNames<'static>
 
type DataStruct = YearNames<'static>
A type that implements 
Yokeable. This should typically be the 'static version of a
data struct.Source§impl<Variables> NamesContainer<YearNamesV1, Variables> for YearNamesV1
 
impl<Variables> NamesContainer<YearNamesV1, Variables> for YearNamesV1
type Container = DataPayloadWithVariables<YearNamesV1, Variables>
impl UnstableSealed for YearNamesV1
Auto Trait Implementations§
impl Freeze for YearNamesV1
impl RefUnwindSafe for YearNamesV1
impl Send for YearNamesV1
impl Sync for YearNamesV1
impl Unpin for YearNamesV1
impl UnwindSafe for YearNamesV1
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> IntoEither for T
 
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
 
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts 
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
 
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts 
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more