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 DateFieldSet

sourceยง

impl UnstableSealed for TimeFieldSet

sourceยง

impl UnstableSealed for ZoneFieldSet

sourceยง

impl UnstableSealed for FullDataCalMarkers

sourceยง

impl UnstableSealed for NeoNeverMarker

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 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 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<DT, Z> UnstableSealed for Combo<DT, Z>