pub struct YearNamesV1;
Expand description
Calendar-agnostic year name data marker
Trait Implementations§
Source§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, with Amete Mihret eraSource§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 HijriCivil = <HijriCivil as CldrCalendar>::YearNamesV1
type HijriCivil = <HijriCivil as CldrCalendar>::YearNamesV1
The type for an [
HijriCivil
] calendarSource§type HijriObservational = <HijriObservational as CldrCalendar>::YearNamesV1
type HijriObservational = <HijriObservational as CldrCalendar>::YearNamesV1
The type for an [
HijriObservational
] calendarSource§type HijriTabular = <HijriTabular as CldrCalendar>::YearNamesV1
type HijriTabular = <HijriTabular as CldrCalendar>::YearNamesV1
The type for an [
HijriTabular
] calendarSource§type HijriUmmAlQura = <HijriUmmAlQura as CldrCalendar>::YearNamesV1
type HijriUmmAlQura = <HijriUmmAlQura as CldrCalendar>::YearNamesV1
The type for an [
HijriUmmAlQura
] calendarSource§type Japanese = <Japanese as CldrCalendar>::YearNamesV1
type Japanese = <Japanese as CldrCalendar>::YearNamesV1
The type for a [
Japanese
] calendarSource§type JapaneseExtended = <JapaneseExtended as CldrCalendar>::YearNamesV1
type JapaneseExtended = <JapaneseExtended as CldrCalendar>::YearNamesV1
The type for a [
JapaneseExtended
] 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§type EthiopianAmeteAlem = <Ethiopian as CldrCalendar>::YearNamesV1
type EthiopianAmeteAlem = <Ethiopian as CldrCalendar>::YearNamesV1
The type for an [
Ethiopian
] calendar, with Amete Alem eraSource§impl Debug for YearNamesV1
impl Debug for YearNamesV1
Source§impl DynamicDataMarker for YearNamesV1
impl DynamicDataMarker for YearNamesV1
Source§type DataStruct = YearNames<'static>
type DataStruct = YearNames<'static>
A type that implements [
Yokeable
]. This should typically be the 'static
version of a
data struct.Source§impl<Variables> NamesContainer<YearNamesV1, Variables> for YearNamesV1
impl<Variables> NamesContainer<YearNamesV1, Variables> for YearNamesV1
type Container = DataPayloadWithVariables<YearNamesV1, Variables>
impl UnstableSealed for YearNamesV1
Auto Trait Implementations§
impl Freeze for YearNamesV1
impl RefUnwindSafe for YearNamesV1
impl Send for YearNamesV1
impl Sync for YearNamesV1
impl Unpin for YearNamesV1
impl UnwindSafe for YearNamesV1
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