Enum icu_datetime::time_zone::IsoFormat
source · [−]pub enum IsoFormat {
Basic,
Extended,
UtcBasic,
UtcExtended,
}Expand description
Determines which ISO-8601 format should be used to format a GmtOffset.
Variants
Basic
ISO-8601 Basic Format. Formats zero-offset numerically. e.g. +0500, +0000
Extended
ISO-8601 Extended Format. Formats zero-offset numerically. e.g. +05:00, +00:00
UtcBasic
ISO-8601 Basic Format. Formats zero-offset with the ISO-8601 UTC indicator: “Z” e.g. +0500, Z
UtcExtended
ISO-8601 Extended Format. Formats zero-offset with the ISO-8601 UTC indicator: “Z” e.g. +05:00, Z
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IsoFormat
impl UnwindSafe for IsoFormat
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