pub struct DateParts {
pub day: i16,
pub month: i16,
pub year: i16,
}Fields§
§day: i16§month: i16§year: i16Trait Implementations§
Source§impl<'de> Deserialize<'de> for DateParts
impl<'de> Deserialize<'de> for DateParts
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
impl Copy for DateParts
impl Eq for DateParts
impl StructuralPartialEq for DateParts
Auto Trait Implementations§
impl Freeze for DateParts
impl RefUnwindSafe for DateParts
impl Send for DateParts
impl Sync for DateParts
impl Unpin for DateParts
impl UnsafeUnpin for DateParts
impl UnwindSafe for DateParts
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