Trait UnstableSealed

Source
pub trait UnstableSealed { }
Expand description

Trait marking other traits that are considered unstable and should not generally be implemented outside of the datetime crate.

๐Ÿšง This trait is considered unstable; it may change at any time, in breaking or non-breaking ways, including in SemVer minor releases. Do not implement this trait in userland unless you are prepared for things to occasionally break.

Implementations on Foreign Typesยง

Sourceยง

impl UnstableSealed for ()

Implementorsยง

Sourceยง

impl UnstableSealed for CalendarPeriodFieldSet

Sourceยง

impl UnstableSealed for CompositeDateTimeFieldSet

Sourceยง

impl UnstableSealed for CompositeFieldSet

Sourceยง

impl UnstableSealed for DateAndTimeFieldSet

Sourceยง

impl UnstableSealed for DateFieldSet

Sourceยง

impl UnstableSealed for TimeFieldSet

Sourceยง

impl UnstableSealed for ZoneFieldSet

Sourceยง

impl UnstableSealed for DayPeriodNameLength

Sourceยง

impl UnstableSealed for MonthNameLength

Sourceยง

impl UnstableSealed for WeekdayNameLength

Sourceยง

impl UnstableSealed for YearNameLength

Sourceยง

impl UnstableSealed for FullDataCalMarkers

Sourceยง

impl UnstableSealed for NoDataCalMarkers

Sourceยง

impl UnstableSealed for Buddhist

Sourceยง

impl UnstableSealed for Chinese

Sourceยง

impl UnstableSealed for Coptic

Sourceยง

impl UnstableSealed for Dangi

Sourceยง

impl UnstableSealed for Ethiopian

Sourceยง

impl UnstableSealed for Hebrew

Sourceยง

impl UnstableSealed for HijriSimulated

Sourceยง

impl UnstableSealed for HijriTabular

Sourceยง

impl UnstableSealed for HijriUmmAlQura

Sourceยง

impl UnstableSealed for Indian

Sourceยง

impl UnstableSealed for Japanese

Sourceยง

impl UnstableSealed for JapaneseExtended

Sourceยง

impl UnstableSealed for Persian

Sourceยง

impl UnstableSealed for Roc

Sourceยง

impl UnstableSealed for Gregorian

Sourceยง

impl UnstableSealed for Time

Sourceยง

impl UnstableSealed for D

Sourceยง

impl UnstableSealed for DE

Sourceยง

impl UnstableSealed for DET

Sourceยง

impl UnstableSealed for DT

Sourceยง

impl UnstableSealed for E

Sourceยง

impl UnstableSealed for ET

Sourceยง

impl UnstableSealed for M

Sourceยง

impl UnstableSealed for MD

Sourceยง

impl UnstableSealed for MDE

Sourceยง

impl UnstableSealed for MDET

Sourceยง

impl UnstableSealed for MDT

Sourceยง

impl UnstableSealed for T

Sourceยง

impl UnstableSealed for Y

Sourceยง

impl UnstableSealed for YM

Sourceยง

impl UnstableSealed for YMD

Sourceยง

impl UnstableSealed for YMDE

Sourceยง

impl UnstableSealed for YMDET

Sourceยง

impl UnstableSealed for YMDT

Sourceยง

impl UnstableSealed for ExemplarCity

Sourceยง

impl UnstableSealed for GenericLong

Sourceยง

impl UnstableSealed for GenericShort

Sourceยง

impl UnstableSealed for LocalizedOffsetLong

Sourceยง

impl UnstableSealed for LocalizedOffsetShort

Sourceยง

impl UnstableSealed for Location

Sourceยง

impl UnstableSealed for SpecificLong

Sourceยง

impl UnstableSealed for SpecificShort

Sourceยง

impl UnstableSealed for UtcOffset

Sourceยง

impl UnstableSealed for DatetimeNamesDayperiodV1

Sourceยง

impl UnstableSealed for DatetimeNamesWeekdayV1

Sourceยง

impl UnstableSealed for MonthNamesV1

Sourceยง

impl UnstableSealed for YearNamesV1

Sourceยง

impl UnstableSealed for TimezoneMetazonePeriodsV1

Sourceยง

impl UnstableSealed for TimezoneNamesCitiesOverrideV1

Sourceยง

impl UnstableSealed for TimezoneNamesCitiesRootV1

Sourceยง

impl UnstableSealed for TimezoneNamesEssentialsV1

Sourceยง

impl UnstableSealed for TimezoneNamesGenericLongV1

Sourceยง

impl UnstableSealed for TimezoneNamesGenericShortV1

Sourceยง

impl UnstableSealed for TimezoneNamesLocationsOverrideV1

Sourceยง

impl UnstableSealed for TimezoneNamesLocationsRootV1

Sourceยง

impl UnstableSealed for TimezoneNamesSpecificLongV1

Sourceยง

impl UnstableSealed for TimezoneNamesSpecificShortV1

Sourceยง

impl UnstableSealed for TimezoneNamesStandardLongV1

Sourceยง

impl<C, A> UnstableSealed for Date<A>
where C: Calendar, A: AsCalendar<Calendar = C>,

Sourceยง

impl<C, A> UnstableSealed for DateTime<A>
where C: Calendar, A: AsCalendar<Calendar = C>,

Sourceยง

impl<C, A, Z> UnstableSealed for ZonedDateTime<A, Z>
where C: Calendar, A: AsCalendar<Calendar = C>,

Sourceยง

impl<DT, Z> UnstableSealed for Combo<DT, Z>

Sourceยง

impl<M, Variables> UnstableSealed for DataPayloadWithVariables<M, Variables>

Sourceยง

impl<O> UnstableSealed for TimeZoneInfo<O>
where O: TimeZoneModel,