pub enum FullDataCalMarkers {}Expand description
Implementation of CalMarkers that includes data for all calendars.
Trait Implementations§
Source§impl CalMarkers<ErasedMarker<PackedPatterns<'static>>> for FullDataCalMarkers
 
impl CalMarkers<ErasedMarker<PackedPatterns<'static>>> for FullDataCalMarkers
Source§type Ethiopian = <Ethiopian as CldrCalendar>::SkeletaV1
 
type Ethiopian = <Ethiopian as CldrCalendar>::SkeletaV1
The type for an 
Ethiopian calendar (either era style)Source§type Hijri = <HijriUmmAlQura as CldrCalendar>::SkeletaV1
 
type Hijri = <HijriUmmAlQura as CldrCalendar>::SkeletaV1
The type for Hirji calendars
Source§impl CalMarkers<MonthNamesV1> for FullDataCalMarkers
 
impl CalMarkers<MonthNamesV1> for FullDataCalMarkers
Source§type Buddhist = <Buddhist as CldrCalendar>::MonthNamesV1
 
type Buddhist = <Buddhist as CldrCalendar>::MonthNamesV1
The type for a 
Buddhist calendarSource§type Chinese = <Chinese as CldrCalendar>::MonthNamesV1
 
type Chinese = <Chinese as CldrCalendar>::MonthNamesV1
The type for a 
Chinese calendarSource§type Coptic = <Coptic as CldrCalendar>::MonthNamesV1
 
type Coptic = <Coptic as CldrCalendar>::MonthNamesV1
The type for a 
Coptic calendarSource§type Dangi = <Dangi as CldrCalendar>::MonthNamesV1
 
type Dangi = <Dangi as CldrCalendar>::MonthNamesV1
The type for a 
Dangi calendarSource§type Ethiopian = <Ethiopian as CldrCalendar>::MonthNamesV1
 
type Ethiopian = <Ethiopian as CldrCalendar>::MonthNamesV1
The type for an 
Ethiopian calendar (either era style)Source§type Gregorian = <Gregorian as CldrCalendar>::MonthNamesV1
 
type Gregorian = <Gregorian as CldrCalendar>::MonthNamesV1
The type for a 
Gregorian calendarSource§type Hebrew = <Hebrew as CldrCalendar>::MonthNamesV1
 
type Hebrew = <Hebrew as CldrCalendar>::MonthNamesV1
The type for a 
Hebrew calendarSource§type Indian = <Indian as CldrCalendar>::MonthNamesV1
 
type Indian = <Indian as CldrCalendar>::MonthNamesV1
The type for a 
Indian calendarSource§type Hijri = <HijriUmmAlQura as CldrCalendar>::MonthNamesV1
 
type Hijri = <HijriUmmAlQura as CldrCalendar>::MonthNamesV1
The type for Hirji calendars
Source§type Japanese = <Japanese as CldrCalendar>::MonthNamesV1
 
type Japanese = <Japanese as CldrCalendar>::MonthNamesV1
The type for a 
Japanese calendarSource§type Persian = <Persian as CldrCalendar>::MonthNamesV1
 
type Persian = <Persian as CldrCalendar>::MonthNamesV1
The type for a 
Persian calendarSource§type Roc = <Roc as CldrCalendar>::MonthNamesV1
 
type Roc = <Roc as CldrCalendar>::MonthNamesV1
The type for a 
Roc calendarSource§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 FullDataCalMarkers
 
impl Debug for FullDataCalMarkers
impl UnstableSealed for FullDataCalMarkers
Auto Trait Implementations§
impl Freeze for FullDataCalMarkers
impl RefUnwindSafe for FullDataCalMarkers
impl Send for FullDataCalMarkers
impl Sync for FullDataCalMarkers
impl Unpin for FullDataCalMarkers
impl UnwindSafe for FullDataCalMarkers
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