pub enum FormatSystemTimeFallback {
Integer,
IntegerError,
Float,
}Expand description
Sets how format_system_time behaves if the time cannot be converted.
Variants§
Auto Trait Implementations§
impl Freeze for FormatSystemTimeFallback
impl RefUnwindSafe for FormatSystemTimeFallback
impl Send for FormatSystemTimeFallback
impl Sync for FormatSystemTimeFallback
impl Unpin for FormatSystemTimeFallback
impl UnsafeUnpin for FormatSystemTimeFallback
impl UnwindSafe for FormatSystemTimeFallback
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