icu_datetime::fieldsets::enums

Enum CompositeFieldSet

Source
#[non_exhaustive]
pub enum CompositeFieldSet { Date(DateFieldSet), CalendarPeriod(CalendarPeriodFieldSet), Time(TimeFieldSet), Zone(ZoneFieldSet), DateTime(DateAndTimeFieldSet), DateZone(Combo<DateFieldSet, ZoneFieldSet>), TimeZone(Combo<TimeFieldSet, ZoneFieldSet>), DateTimeZone(Combo<DateAndTimeFieldSet, ZoneFieldSet>), }
Expand description

An enum supporting all possible field sets and options.

This is a dynamic field set. For more information, see enums.

Variants (Non-exhaustive)§

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
§

Date(DateFieldSet)

Field set for a date.

§

CalendarPeriod(CalendarPeriodFieldSet)

Field set for a calendar period.

§

Time(TimeFieldSet)

Field set for a time.

§

Zone(ZoneFieldSet)

Field set for a time zone.

§

DateTime(DateAndTimeFieldSet)

Field set for a date and a time together.

§

DateZone(Combo<DateFieldSet, ZoneFieldSet>)

Field set for a date and a time zone together.

§

TimeZone(Combo<TimeFieldSet, ZoneFieldSet>)

Field set for a time and a time zone together.

§

DateTimeZone(Combo<DateAndTimeFieldSet, ZoneFieldSet>)

Field set for a date, a time, and a time zone together.

Trait Implementations§

Source§

impl Clone for CompositeFieldSet

Source§

fn clone(&self) -> CompositeFieldSet

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl DateTimeMarkers for CompositeFieldSet

Source§

type D = DateFieldSet

Associated types for date formatting. Read more
Source§

type T = TimeFieldSet

Associated types for time formatting. Read more
Source§

type Z = ZoneFieldSet

Associated types for time zone formatting. Read more
Source§

type GluePatternV1 = GluePatternV1

Marker for loading the date/time glue pattern.
Source§

impl DateTimeNamesMarker for CompositeFieldSet

Source§

impl Debug for CompositeFieldSet

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl GetField<CompositeFieldSet> for CalendarPeriodFieldSet

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<D, GenericLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<D, GenericShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<D, LocalizedOffsetLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<D, LocalizedOffsetShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<D, Location>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<D, SpecificLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<D, SpecificShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<DE, GenericLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<DE, GenericShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<DE, LocalizedOffsetLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<DE, LocalizedOffsetShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<DE, Location>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<DE, SpecificLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<DE, SpecificShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<DET, GenericLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<DET, GenericShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<DET, LocalizedOffsetLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<DET, LocalizedOffsetShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<DET, Location>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<DET, SpecificLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<DET, SpecificShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<DT, GenericLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<DT, GenericShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<DT, LocalizedOffsetLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<DT, LocalizedOffsetShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<DT, Location>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<DT, SpecificLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<DT, SpecificShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<DateAndTimeFieldSet, GenericLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<DateAndTimeFieldSet, GenericShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<DateAndTimeFieldSet, LocalizedOffsetLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<DateAndTimeFieldSet, LocalizedOffsetShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<DateAndTimeFieldSet, Location>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<DateAndTimeFieldSet, SpecificLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<DateAndTimeFieldSet, SpecificShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<DateFieldSet, GenericLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<DateFieldSet, GenericShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<DateFieldSet, LocalizedOffsetLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<DateFieldSet, LocalizedOffsetShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<DateFieldSet, Location>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<DateFieldSet, SpecificLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<DateFieldSet, SpecificShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<E, GenericLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<E, GenericShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<E, LocalizedOffsetLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<E, LocalizedOffsetShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<E, Location>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<E, SpecificLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<E, SpecificShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<ET, GenericLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<ET, GenericShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<ET, LocalizedOffsetLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<ET, LocalizedOffsetShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<ET, Location>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<ET, SpecificLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<ET, SpecificShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<MD, GenericLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<MD, GenericShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<MD, LocalizedOffsetLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<MD, LocalizedOffsetShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<MD, Location>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<MD, SpecificLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<MD, SpecificShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<MDE, GenericLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<MDE, GenericShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<MDE, LocalizedOffsetLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<MDE, LocalizedOffsetShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<MDE, Location>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<MDE, SpecificLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<MDE, SpecificShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<MDET, GenericLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<MDET, GenericShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<MDET, LocalizedOffsetLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<MDET, LocalizedOffsetShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<MDET, Location>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<MDET, SpecificLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<MDET, SpecificShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<MDT, GenericLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<MDT, GenericShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<MDT, LocalizedOffsetLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<MDT, LocalizedOffsetShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<MDT, Location>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<MDT, SpecificLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<MDT, SpecificShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<T, GenericLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<T, GenericShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<T, LocalizedOffsetLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<T, LocalizedOffsetShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<T, Location>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<T, SpecificLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<T, SpecificShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<TimeFieldSet, GenericLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<TimeFieldSet, GenericShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<TimeFieldSet, LocalizedOffsetLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<TimeFieldSet, LocalizedOffsetShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<TimeFieldSet, Location>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<TimeFieldSet, SpecificLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<TimeFieldSet, SpecificShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<YMD, GenericLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<YMD, GenericShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<YMD, LocalizedOffsetLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<YMD, LocalizedOffsetShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<YMD, Location>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<YMD, SpecificLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<YMD, SpecificShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<YMDE, GenericLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<YMDE, GenericShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<YMDE, LocalizedOffsetLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<YMDE, LocalizedOffsetShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<YMDE, Location>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<YMDE, SpecificLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<YMDE, SpecificShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<YMDET, GenericLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<YMDET, GenericShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<YMDET, LocalizedOffsetLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<YMDET, LocalizedOffsetShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<YMDET, Location>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<YMDET, SpecificLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<YMDET, SpecificShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<YMDT, GenericLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<YMDT, GenericShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<YMDT, LocalizedOffsetLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<YMDT, LocalizedOffsetShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<YMDT, Location>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<YMDT, SpecificLong>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Combo<YMDT, SpecificShort>

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for CompositeDateTimeFieldSet

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for D

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for DE

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for DET

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for DT

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for DateAndTimeFieldSet

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for DateFieldSet

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for E

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for ET

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for ExemplarCity

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for GenericLong

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for GenericShort

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for LocalizedOffsetLong

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for LocalizedOffsetShort

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Location

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for M

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for MD

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for MDE

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for MDET

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for MDT

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for SpecificLong

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for SpecificShort

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for T

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for TimeFieldSet

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for Y

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for YM

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for YMD

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for YMDE

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for YMDET

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for YMDT

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl GetField<CompositeFieldSet> for ZoneFieldSet

Source§

fn get_field(&self) -> CompositeFieldSet

Returns the value of this trait’s field T.
Source§

impl PartialEq for CompositeFieldSet

Source§

fn eq(&self, other: &CompositeFieldSet) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Copy for CompositeFieldSet

Source§

impl Eq for CompositeFieldSet

Source§

impl StructuralPartialEq for CompositeFieldSet

Source§

impl UnstableSealed for CompositeFieldSet

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dst: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. Read more
Source§

impl<M, T> DateTimeNamesFrom<M> for T
where M: DateTimeNamesMarker, T: DateTimeNamesMarker, <<T as DateTimeNamesMarker>::YearNames as NamesContainer<YearNamesV1, YearNameLength>>::Container: From<<<M as DateTimeNamesMarker>::YearNames as NamesContainer<YearNamesV1, YearNameLength>>::Container>, <<T as DateTimeNamesMarker>::MonthNames as NamesContainer<MonthNamesV1, MonthNameLength>>::Container: From<<<M as DateTimeNamesMarker>::MonthNames as NamesContainer<MonthNamesV1, MonthNameLength>>::Container>, <<T as DateTimeNamesMarker>::WeekdayNames as NamesContainer<WeekdayNamesV1, WeekdayNameLength>>::Container: From<<<M as DateTimeNamesMarker>::WeekdayNames as NamesContainer<WeekdayNamesV1, WeekdayNameLength>>::Container>, <<T as DateTimeNamesMarker>::DayPeriodNames as NamesContainer<DayPeriodNamesV1, DayPeriodNameLength>>::Container: From<<<M as DateTimeNamesMarker>::DayPeriodNames as NamesContainer<DayPeriodNamesV1, DayPeriodNameLength>>::Container>, <<T as DateTimeNamesMarker>::ZoneEssentials as NamesContainer<TimeZoneEssentialsV1, ()>>::Container: From<<<M as DateTimeNamesMarker>::ZoneEssentials as NamesContainer<TimeZoneEssentialsV1, ()>>::Container>, <<T as DateTimeNamesMarker>::ZoneLocations as NamesContainer<LocationsV1, ()>>::Container: From<<<M as DateTimeNamesMarker>::ZoneLocations as NamesContainer<LocationsV1, ()>>::Container>, <<T as DateTimeNamesMarker>::ZoneLocationsRoot as NamesContainer<LocationsRootV1, ()>>::Container: From<<<M as DateTimeNamesMarker>::ZoneLocationsRoot as NamesContainer<LocationsRootV1, ()>>::Container>, <<T as DateTimeNamesMarker>::ZoneExemplars as NamesContainer<ExemplarCitiesV1, ()>>::Container: From<<<M as DateTimeNamesMarker>::ZoneExemplars as NamesContainer<ExemplarCitiesV1, ()>>::Container>, <<T as DateTimeNamesMarker>::ZoneExemplarsRoot as NamesContainer<ExemplarCitiesRootV1, ()>>::Container: From<<<M as DateTimeNamesMarker>::ZoneExemplarsRoot as NamesContainer<ExemplarCitiesRootV1, ()>>::Container>, <<T as DateTimeNamesMarker>::ZoneGenericLong as NamesContainer<MetazoneGenericNamesLongV1, ()>>::Container: From<<<M as DateTimeNamesMarker>::ZoneGenericLong as NamesContainer<MetazoneGenericNamesLongV1, ()>>::Container>, <<T as DateTimeNamesMarker>::ZoneGenericShort as NamesContainer<MetazoneGenericNamesShortV1, ()>>::Container: From<<<M as DateTimeNamesMarker>::ZoneGenericShort as NamesContainer<MetazoneGenericNamesShortV1, ()>>::Container>, <<T as DateTimeNamesMarker>::ZoneStandardLong as NamesContainer<MetazoneStandardNamesLongV1, ()>>::Container: From<<<M as DateTimeNamesMarker>::ZoneStandardLong as NamesContainer<MetazoneStandardNamesLongV1, ()>>::Container>, <<T as DateTimeNamesMarker>::ZoneSpecificLong as NamesContainer<MetazoneSpecificNamesLongV1, ()>>::Container: From<<<M as DateTimeNamesMarker>::ZoneSpecificLong as NamesContainer<MetazoneSpecificNamesLongV1, ()>>::Container>, <<T as DateTimeNamesMarker>::ZoneSpecificShort as NamesContainer<MetazoneSpecificNamesShortV1, ()>>::Container: From<<<M as DateTimeNamesMarker>::ZoneSpecificShort as NamesContainer<MetazoneSpecificNamesShortV1, ()>>::Container>, <<T as DateTimeNamesMarker>::MetazoneLookup as NamesContainer<MetazonePeriodV1, ()>>::Container: From<<<M as DateTimeNamesMarker>::MetazoneLookup as NamesContainer<MetazonePeriodV1, ()>>::Container>,

Source§

fn map_year_names( other: <<M as DateTimeNamesMarker>::YearNames as NamesContainer<YearNamesV1, YearNameLength>>::Container, ) -> <<T as DateTimeNamesMarker>::YearNames as NamesContainer<YearNamesV1, YearNameLength>>::Container

Source§

fn map_month_names( other: <<M as DateTimeNamesMarker>::MonthNames as NamesContainer<MonthNamesV1, MonthNameLength>>::Container, ) -> <<T as DateTimeNamesMarker>::MonthNames as NamesContainer<MonthNamesV1, MonthNameLength>>::Container

Source§

fn map_weekday_names( other: <<M as DateTimeNamesMarker>::WeekdayNames as NamesContainer<WeekdayNamesV1, WeekdayNameLength>>::Container, ) -> <<T as DateTimeNamesMarker>::WeekdayNames as NamesContainer<WeekdayNamesV1, WeekdayNameLength>>::Container

Source§

fn map_day_period_names( other: <<M as DateTimeNamesMarker>::DayPeriodNames as NamesContainer<DayPeriodNamesV1, DayPeriodNameLength>>::Container, ) -> <<T as DateTimeNamesMarker>::DayPeriodNames as NamesContainer<DayPeriodNamesV1, DayPeriodNameLength>>::Container

Source§

fn map_zone_essentials( other: <<M as DateTimeNamesMarker>::ZoneEssentials as NamesContainer<TimeZoneEssentialsV1, ()>>::Container, ) -> <<T as DateTimeNamesMarker>::ZoneEssentials as NamesContainer<TimeZoneEssentialsV1, ()>>::Container

Source§

fn map_zone_locations( other: <<M as DateTimeNamesMarker>::ZoneLocations as NamesContainer<LocationsV1, ()>>::Container, ) -> <<T as DateTimeNamesMarker>::ZoneLocations as NamesContainer<LocationsV1, ()>>::Container

Source§

fn map_zone_locations_root( other: <<M as DateTimeNamesMarker>::ZoneLocationsRoot as NamesContainer<LocationsRootV1, ()>>::Container, ) -> <<T as DateTimeNamesMarker>::ZoneLocationsRoot as NamesContainer<LocationsRootV1, ()>>::Container

Source§

fn map_zone_exemplars( other: <<M as DateTimeNamesMarker>::ZoneExemplars as NamesContainer<ExemplarCitiesV1, ()>>::Container, ) -> <<T as DateTimeNamesMarker>::ZoneExemplars as NamesContainer<ExemplarCitiesV1, ()>>::Container

Source§

fn map_zone_exemplars_root( other: <<M as DateTimeNamesMarker>::ZoneExemplarsRoot as NamesContainer<ExemplarCitiesRootV1, ()>>::Container, ) -> <<T as DateTimeNamesMarker>::ZoneExemplarsRoot as NamesContainer<ExemplarCitiesRootV1, ()>>::Container

Source§

fn map_zone_generic_long( other: <<M as DateTimeNamesMarker>::ZoneGenericLong as NamesContainer<MetazoneGenericNamesLongV1, ()>>::Container, ) -> <<T as DateTimeNamesMarker>::ZoneGenericLong as NamesContainer<MetazoneGenericNamesLongV1, ()>>::Container

Source§

fn map_zone_generic_short( other: <<M as DateTimeNamesMarker>::ZoneGenericShort as NamesContainer<MetazoneGenericNamesShortV1, ()>>::Container, ) -> <<T as DateTimeNamesMarker>::ZoneGenericShort as NamesContainer<MetazoneGenericNamesShortV1, ()>>::Container

Source§

fn map_zone_standard_long( other: <<M as DateTimeNamesMarker>::ZoneStandardLong as NamesContainer<MetazoneStandardNamesLongV1, ()>>::Container, ) -> <<T as DateTimeNamesMarker>::ZoneStandardLong as NamesContainer<MetazoneStandardNamesLongV1, ()>>::Container

Source§

fn map_zone_specific_long( other: <<M as DateTimeNamesMarker>::ZoneSpecificLong as NamesContainer<MetazoneSpecificNamesLongV1, ()>>::Container, ) -> <<T as DateTimeNamesMarker>::ZoneSpecificLong as NamesContainer<MetazoneSpecificNamesLongV1, ()>>::Container

Source§

fn map_zone_specific_short( other: <<M as DateTimeNamesMarker>::ZoneSpecificShort as NamesContainer<MetazoneSpecificNamesShortV1, ()>>::Container, ) -> <<T as DateTimeNamesMarker>::ZoneSpecificShort as NamesContainer<MetazoneSpecificNamesShortV1, ()>>::Container

Source§

fn map_metazone_lookup( other: <<M as DateTimeNamesMarker>::MetazoneLookup as NamesContainer<MetazonePeriodV1, ()>>::Container, ) -> <<T as DateTimeNamesMarker>::MetazoneLookup as NamesContainer<MetazonePeriodV1, ()>>::Container

Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> GetField<T> for T
where T: Copy + UnstableSealed,

Source§

fn get_field(&self) -> T

Returns the value of this trait’s field T.
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> if into_left is true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> if into_left(&self) returns true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<T> ErasedDestructor for T
where T: 'static,