Enum icu::datetime::scaffold::NoDataCalMarkers
source · pub enum NoDataCalMarkers {}
Expand description
Implementation of CalMarkers
that includes data for no calendars.
Trait Implementations§
source§impl<M> CalMarkers<M> for NoDataCalMarkerswhere
M: DynamicDataMarker,
impl<M> CalMarkers<M> for NoDataCalMarkerswhere
M: DynamicDataMarker,
source§type Buddhist = NeverMarker<<M as DynamicDataMarker>::DataStruct>
type Buddhist = NeverMarker<<M as DynamicDataMarker>::DataStruct>
The type for a
Buddhist
calendarsource§type Chinese = NeverMarker<<M as DynamicDataMarker>::DataStruct>
type Chinese = NeverMarker<<M as DynamicDataMarker>::DataStruct>
The type for a
Chinese
calendarsource§type Coptic = NeverMarker<<M as DynamicDataMarker>::DataStruct>
type Coptic = NeverMarker<<M as DynamicDataMarker>::DataStruct>
The type for a
Coptic
calendarsource§type Dangi = NeverMarker<<M as DynamicDataMarker>::DataStruct>
type Dangi = NeverMarker<<M as DynamicDataMarker>::DataStruct>
The type for a
Dangi
calendarsource§type Ethiopian = NeverMarker<<M as DynamicDataMarker>::DataStruct>
type Ethiopian = NeverMarker<<M as DynamicDataMarker>::DataStruct>
The type for an
Ethiopian
calendar, with Amete Mihret erasource§type EthiopianAmeteAlem = NeverMarker<<M as DynamicDataMarker>::DataStruct>
type EthiopianAmeteAlem = NeverMarker<<M as DynamicDataMarker>::DataStruct>
The type for an
Ethiopian
calendar, with Amete Alem erasource§type Gregorian = NeverMarker<<M as DynamicDataMarker>::DataStruct>
type Gregorian = NeverMarker<<M as DynamicDataMarker>::DataStruct>
The type for a
Gregorian
calendarsource§type Hebrew = NeverMarker<<M as DynamicDataMarker>::DataStruct>
type Hebrew = NeverMarker<<M as DynamicDataMarker>::DataStruct>
The type for a
Hebrew
calendarsource§type Indian = NeverMarker<<M as DynamicDataMarker>::DataStruct>
type Indian = NeverMarker<<M as DynamicDataMarker>::DataStruct>
The type for a
Indian
calendarsource§type IslamicCivil = NeverMarker<<M as DynamicDataMarker>::DataStruct>
type IslamicCivil = NeverMarker<<M as DynamicDataMarker>::DataStruct>
The type for an
IslamicCivil
calendarsource§type IslamicObservational = NeverMarker<<M as DynamicDataMarker>::DataStruct>
type IslamicObservational = NeverMarker<<M as DynamicDataMarker>::DataStruct>
The type for an
IslamicObservational
calendarsource§type IslamicTabular = NeverMarker<<M as DynamicDataMarker>::DataStruct>
type IslamicTabular = NeverMarker<<M as DynamicDataMarker>::DataStruct>
The type for an
IslamicTabular
calendarsource§type IslamicUmmAlQura = NeverMarker<<M as DynamicDataMarker>::DataStruct>
type IslamicUmmAlQura = NeverMarker<<M as DynamicDataMarker>::DataStruct>
The type for an
IslamicUmmAlQura
calendarsource§type Japanese = NeverMarker<<M as DynamicDataMarker>::DataStruct>
type Japanese = NeverMarker<<M as DynamicDataMarker>::DataStruct>
The type for a
Japanese
calendarsource§type JapaneseExtended = NeverMarker<<M as DynamicDataMarker>::DataStruct>
type JapaneseExtended = NeverMarker<<M as DynamicDataMarker>::DataStruct>
The type for a
JapaneseExtended
calendarsource§type Persian = NeverMarker<<M as DynamicDataMarker>::DataStruct>
type Persian = NeverMarker<<M as DynamicDataMarker>::DataStruct>
The type for a
Persian
calendarsource§type Roc = NeverMarker<<M as DynamicDataMarker>::DataStruct>
type Roc = NeverMarker<<M as DynamicDataMarker>::DataStruct>
The type for a
Roc
calendarsource§impl Debug for NoDataCalMarkers
impl Debug for NoDataCalMarkers
impl UnstableSealed for NoDataCalMarkers
Auto Trait Implementations§
impl Freeze for NoDataCalMarkers
impl RefUnwindSafe for NoDataCalMarkers
impl Send for NoDataCalMarkers
impl Sync for NoDataCalMarkers
impl Unpin for NoDataCalMarkers
impl UnwindSafe for NoDataCalMarkers
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