pub struct DateFormats {
pub full: String,
pub long: String,
pub medium: String,
pub short: String,
}Fields§
§full: String§long: String§medium: String§short: StringTrait Implementations§
impl<'__de> Decode<'__de> for DateFormatswhere
'__de:,
impl Encode for DateFormats
Auto Trait Implementations§
impl Freeze for DateFormats
impl RefUnwindSafe for DateFormats
impl Send for DateFormats
impl Sync for DateFormats
impl Unpin for DateFormats
impl UnsafeUnpin for DateFormats
impl UnwindSafe for DateFormats
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