#[repr(u64)]pub enum NSIso8601DateFormatOptions {
Year = 1,
Month = 2,
WeekOfYear = 4,
Day = 16,
Time = 32,
TimeZone = 64,
SpaceBetweenDateAndTime = 128,
DashSeparatorInDate = 256,
ColonSeparatorInTime = 512,
ColonSeparatorInTimeZone = 1_024,
FractionalSeconds = 2_048,
}Variants§
Year = 1
Month = 2
WeekOfYear = 4
Day = 16
Time = 32
TimeZone = 64
SpaceBetweenDateAndTime = 128
DashSeparatorInDate = 256
ColonSeparatorInTime = 512
ColonSeparatorInTimeZone = 1_024
FractionalSeconds = 2_048
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NSIso8601DateFormatOptions
impl RefUnwindSafe for NSIso8601DateFormatOptions
impl Send for NSIso8601DateFormatOptions
impl Sync for NSIso8601DateFormatOptions
impl Unpin for NSIso8601DateFormatOptions
impl UnwindSafe for NSIso8601DateFormatOptions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more