pub struct TimeFormats {
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 TimeFormatswhere
'__de:,
impl Encode for TimeFormats
Auto Trait Implementations§
impl Freeze for TimeFormats
impl RefUnwindSafe for TimeFormats
impl Send for TimeFormats
impl Sync for TimeFormats
impl Unpin for TimeFormats
impl UnsafeUnpin for TimeFormats
impl UnwindSafe for TimeFormats
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