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