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, with Amete Mihret eraSource§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 HijriCivil = <HijriCivil as CldrCalendar>::MonthNamesV1
type HijriCivil = <HijriCivil as CldrCalendar>::MonthNamesV1
The type for an [
HijriCivil
] calendarSource§type HijriObservational = <HijriObservational as CldrCalendar>::MonthNamesV1
type HijriObservational = <HijriObservational as CldrCalendar>::MonthNamesV1
The type for an [
HijriObservational
] calendarSource§type HijriTabular = <HijriTabular as CldrCalendar>::MonthNamesV1
type HijriTabular = <HijriTabular as CldrCalendar>::MonthNamesV1
The type for an [
HijriTabular
] calendarSource§type HijriUmmAlQura = <HijriUmmAlQura as CldrCalendar>::MonthNamesV1
type HijriUmmAlQura = <HijriUmmAlQura as CldrCalendar>::MonthNamesV1
The type for an [
HijriUmmAlQura
] calendarSource§type Japanese = <Japanese as CldrCalendar>::MonthNamesV1
type Japanese = <Japanese as CldrCalendar>::MonthNamesV1
The type for a [
Japanese
] calendarSource§type JapaneseExtended = <JapaneseExtended as CldrCalendar>::MonthNamesV1
type JapaneseExtended = <JapaneseExtended as CldrCalendar>::MonthNamesV1
The type for a [
JapaneseExtended
] 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§type EthiopianAmeteAlem = <Ethiopian as CldrCalendar>::MonthNamesV1
type EthiopianAmeteAlem = <Ethiopian as CldrCalendar>::MonthNamesV1
The type for an [
Ethiopian
] calendar, with Amete Alem eraSource§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