pub struct Today {
pub date: String,
pub week: String,
pub year: String,
pub month: String,
pub day: String,
}Fields§
§date: String§week: String§year: String§month: String§day: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for Today
impl<'de> Deserialize<'de> for Today
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Today
impl RefUnwindSafe for Today
impl Send for Today
impl Sync for Today
impl Unpin for Today
impl UnsafeUnpin for Today
impl UnwindSafe for Today
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