pub enum TimeZoneFormatConfig {
GenericNonLocationLong,
GenericNonLocationShort,
GenericLocation,
SpecificNonLocationLong,
SpecificNonLocationShort,
LocalizedGMT,
Iso8601(IsoFormat, IsoMinutes, IsoSeconds),
}Expand description
A config enum for initializing TimeZoneFormat.
Variants
GenericNonLocationLong
GenericNonLocationShort
GenericLocation
SpecificNonLocationLong
SpecificNonLocationShort
LocalizedGMT
Iso8601(IsoFormat, IsoMinutes, IsoSeconds)
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for TimeZoneFormatConfig
impl Send for TimeZoneFormatConfig
impl Sync for TimeZoneFormatConfig
impl Unpin for TimeZoneFormatConfig
impl UnwindSafe for TimeZoneFormatConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn filterable(
self,
filter_name: &'static str
) -> RequestFilterDataProvider<T, fn(&DataRequest) -> bool>
pub fn filterable(
self,
filter_name: &'static str
) -> RequestFilterDataProvider<T, fn(&DataRequest) -> bool>
Creates a filterable data provider with the given name for debugging. Read more