Trait IntoFormattableAnyCalendar

Source
pub trait IntoFormattableAnyCalendar: CldrCalendar + IntoAnyCalendar { }
Expand description

A calendar type that is supported by DateTimeFormatter.

FixedCalendarDateTimeFormatter might support additional calendars.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl IntoFormattableAnyCalendar for Buddhist

Source§

impl IntoFormattableAnyCalendar for Chinese

Source§

impl IntoFormattableAnyCalendar for Coptic

Source§

impl IntoFormattableAnyCalendar for Dangi

Source§

impl IntoFormattableAnyCalendar for Ethiopian

Source§

impl IntoFormattableAnyCalendar for Gregorian

Source§

impl IntoFormattableAnyCalendar for Hebrew

Source§

impl IntoFormattableAnyCalendar for HijriSimulated

Source§

impl IntoFormattableAnyCalendar for HijriTabular

Source§

impl IntoFormattableAnyCalendar for HijriUmmAlQura

Source§

impl IntoFormattableAnyCalendar for Indian

Source§

impl IntoFormattableAnyCalendar for Japanese

Source§

impl IntoFormattableAnyCalendar for Persian

Source§

impl IntoFormattableAnyCalendar for Roc

Implementors§