icu_datetime::scaffold

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 ()

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 Gregorian

Source§

impl UnstableSealed for Hebrew

Source§

impl UnstableSealed for HijriCivil

Source§

impl UnstableSealed for HijriObservational

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

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 FullDataCalMarkers

Source§

impl UnstableSealed for NoDataCalMarkers

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 Time

Source§

impl UnstableSealed for UtcOffset

Source§

impl UnstableSealed for DayPeriodNamesV1

Source§

impl UnstableSealed for MonthNamesV1

Source§

impl UnstableSealed for WeekdayNamesV1

Source§

impl UnstableSealed for YearNamesV1

Source§

impl UnstableSealed for ExemplarCitiesRootV1

Source§

impl UnstableSealed for ExemplarCitiesV1

Source§

impl UnstableSealed for LocationsRootV1

Source§

impl UnstableSealed for LocationsV1

Source§

impl UnstableSealed for MetazoneGenericNamesLongV1

Source§

impl UnstableSealed for MetazoneGenericNamesShortV1

Source§

impl UnstableSealed for MetazonePeriodV1

Source§

impl UnstableSealed for MetazoneSpecificNamesLongV1

Source§

impl UnstableSealed for MetazoneSpecificNamesShortV1

Source§

impl UnstableSealed for MetazoneStandardNamesLongV1

Source§

impl UnstableSealed for TimeZoneEssentialsV1

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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