pub struct MonthNamesV1Marker;
Expand description
Calendar-agnostic month name data marker
Trait Implementations§
source§impl CalMarkers<MonthNamesV1Marker> for FullDataCalMarkers
impl CalMarkers<MonthNamesV1Marker> for FullDataCalMarkers
source§type Buddhist = <Buddhist as CldrCalendar>::MonthNamesV1Marker
type Buddhist = <Buddhist as CldrCalendar>::MonthNamesV1Marker
The type for a
Buddhist
calendarsource§type Chinese = <Chinese as CldrCalendar>::MonthNamesV1Marker
type Chinese = <Chinese as CldrCalendar>::MonthNamesV1Marker
The type for a
Chinese
calendarsource§type Coptic = <Coptic as CldrCalendar>::MonthNamesV1Marker
type Coptic = <Coptic as CldrCalendar>::MonthNamesV1Marker
The type for a
Coptic
calendarsource§type Dangi = <Dangi as CldrCalendar>::MonthNamesV1Marker
type Dangi = <Dangi as CldrCalendar>::MonthNamesV1Marker
The type for a
Dangi
calendarsource§type Ethiopian = <Ethiopian as CldrCalendar>::MonthNamesV1Marker
type Ethiopian = <Ethiopian as CldrCalendar>::MonthNamesV1Marker
The type for an
Ethiopian
calendar, with Amete Mihret erasource§type Gregorian = <Gregorian as CldrCalendar>::MonthNamesV1Marker
type Gregorian = <Gregorian as CldrCalendar>::MonthNamesV1Marker
The type for a
Gregorian
calendarsource§type Hebrew = <Hebrew as CldrCalendar>::MonthNamesV1Marker
type Hebrew = <Hebrew as CldrCalendar>::MonthNamesV1Marker
The type for a
Hebrew
calendarsource§type Indian = <Indian as CldrCalendar>::MonthNamesV1Marker
type Indian = <Indian as CldrCalendar>::MonthNamesV1Marker
The type for a
Indian
calendarsource§type IslamicCivil = <IslamicCivil as CldrCalendar>::MonthNamesV1Marker
type IslamicCivil = <IslamicCivil as CldrCalendar>::MonthNamesV1Marker
The type for an
IslamicCivil
calendarsource§type IslamicObservational = <IslamicObservational as CldrCalendar>::MonthNamesV1Marker
type IslamicObservational = <IslamicObservational as CldrCalendar>::MonthNamesV1Marker
The type for an
IslamicObservational
calendarsource§type IslamicTabular = <IslamicTabular as CldrCalendar>::MonthNamesV1Marker
type IslamicTabular = <IslamicTabular as CldrCalendar>::MonthNamesV1Marker
The type for an
IslamicTabular
calendarsource§type IslamicUmmAlQura = <IslamicUmmAlQura as CldrCalendar>::MonthNamesV1Marker
type IslamicUmmAlQura = <IslamicUmmAlQura as CldrCalendar>::MonthNamesV1Marker
The type for an
IslamicUmmAlQura
calendarsource§type Japanese = <Japanese as CldrCalendar>::MonthNamesV1Marker
type Japanese = <Japanese as CldrCalendar>::MonthNamesV1Marker
The type for a
Japanese
calendarsource§type JapaneseExtended = <JapaneseExtended as CldrCalendar>::MonthNamesV1Marker
type JapaneseExtended = <JapaneseExtended as CldrCalendar>::MonthNamesV1Marker
The type for a
JapaneseExtended
calendarsource§type Persian = <Persian as CldrCalendar>::MonthNamesV1Marker
type Persian = <Persian as CldrCalendar>::MonthNamesV1Marker
The type for a
Persian
calendarsource§type Roc = <Roc as CldrCalendar>::MonthNamesV1Marker
type Roc = <Roc as CldrCalendar>::MonthNamesV1Marker
The type for a
Roc
calendarsource§type EthiopianAmeteAlem = <Ethiopian as CldrCalendar>::MonthNamesV1Marker
type EthiopianAmeteAlem = <Ethiopian as CldrCalendar>::MonthNamesV1Marker
The type for an
Ethiopian
calendar, with Amete Alem erasource§impl Debug for MonthNamesV1Marker
impl Debug for MonthNamesV1Marker
source§impl DynamicDataMarker for MonthNamesV1Marker
impl DynamicDataMarker for MonthNamesV1Marker
source§type DataStruct = MonthNamesV1<'static>
type DataStruct = MonthNamesV1<'static>
A type that implements
Yokeable
. This should typically be the 'static
version of a
data struct.Auto Trait Implementations§
impl Freeze for MonthNamesV1Marker
impl RefUnwindSafe for MonthNamesV1Marker
impl Send for MonthNamesV1Marker
impl Sync for MonthNamesV1Marker
impl Unpin for MonthNamesV1Marker
impl UnwindSafe for MonthNamesV1Marker
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