pub struct DateMode {
pub ty: DateModeType,
pub local: bool,
pub strftime_fmt: Option<String>,
}Fields§
§ty: DateModeType§local: bool§strftime_fmt: Option<String>Implementations§
Auto Trait Implementations§
impl Freeze for DateMode
impl RefUnwindSafe for DateMode
impl Send for DateMode
impl Sync for DateMode
impl Unpin for DateMode
impl UnsafeUnpin for DateMode
impl UnwindSafe for DateMode
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