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 (either era style)Source§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 Hijri = NeverMarker<<M as DynamicDataMarker>::DataStruct>
type Hijri = NeverMarker<<M as DynamicDataMarker>::DataStruct>
The type for Hirji calendars
Source§type Japanese = NeverMarker<<M as DynamicDataMarker>::DataStruct>
type Japanese = NeverMarker<<M as DynamicDataMarker>::DataStruct>
The type for a
Japanese
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