pub struct MonthNamesV1;Expand description
Calendar-agnostic month name data marker
Trait Implementations§
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 Debug for MonthNamesV1
 
impl Debug for MonthNamesV1
Source§impl DynamicDataMarker for MonthNamesV1
 
impl DynamicDataMarker for MonthNamesV1
Source§type DataStruct = MonthNames<'static>
 
type DataStruct = MonthNames<'static>
A type that implements 
Yokeable. This should typically be the 'static version of a
data struct.Source§impl<Variables> NamesContainer<MonthNamesV1, Variables> for MonthNamesV1
 
impl<Variables> NamesContainer<MonthNamesV1, Variables> for MonthNamesV1
type Container = DataPayloadWithVariables<MonthNamesV1, Variables>
impl UnstableSealed for MonthNamesV1
Auto Trait Implementations§
impl Freeze for MonthNamesV1
impl RefUnwindSafe for MonthNamesV1
impl Send for MonthNamesV1
impl Sync for MonthNamesV1
impl Unpin for MonthNamesV1
impl UnwindSafe for MonthNamesV1
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