pub struct DateTime {
pub deparr: Option<String>,
pub ttp_from: Option<String>,
pub ttp_to: Option<String>,
pub year: Option<String>,
pub month: Option<String>,
pub day: Option<String>,
pub weekday: Option<String>,
pub hour: Option<String>,
pub minute: Option<String>,
}Fields§
§deparr: Option<String>§ttp_from: Option<String>§ttp_to: Option<String>§year: Option<String>§month: Option<String>§day: Option<String>§weekday: Option<String>§hour: Option<String>§minute: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for DateTime
impl<'de> Deserialize<'de> for DateTime
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 DateTime
impl RefUnwindSafe for DateTime
impl Send for DateTime
impl Sync for DateTime
impl Unpin for DateTime
impl UnwindSafe for DateTime
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