Trait icu::datetime::scaffold::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.

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 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 Indian

source§

impl UnstableSealed for IslamicCivil

source§

impl UnstableSealed for IslamicObservational

source§

impl UnstableSealed for IslamicTabular

source§

impl UnstableSealed for IslamicUmmAlQura

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 UtcOffset

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 L

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 O

source§

impl UnstableSealed for Os

source§

impl UnstableSealed for T

source§

impl UnstableSealed for V

source§

impl UnstableSealed for Vs

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 Z

source§

impl UnstableSealed for Zs

source§

impl UnstableSealed for DayPeriodNamesV1Marker

source§

impl UnstableSealed for MonthNamesV1Marker

source§

impl UnstableSealed for WeekdayNamesV1Marker

source§

impl UnstableSealed for YearNamesV1Marker

source§

impl UnstableSealed for LocationsV1Marker

source§

impl UnstableSealed for MetazoneGenericNamesLongV1Marker

source§

impl UnstableSealed for MetazoneGenericNamesShortV1Marker

source§

impl UnstableSealed for MetazonePeriodV1Marker

source§

impl UnstableSealed for MetazoneSpecificNamesLongV1Marker

source§

impl UnstableSealed for MetazoneSpecificNamesShortV1Marker

source§

impl UnstableSealed for TimeZoneEssentialsV1Marker

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 CustomZonedDateTime<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,