pub struct HoleyDate {
pub year: Option<i32>,
pub month: Option<u32>,
pub day: Option<u32>,
}
Fields§
§year: Option<i32>
§month: Option<u32>
§day: Option<u32>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HoleyDate
impl RefUnwindSafe for HoleyDate
impl Send for HoleyDate
impl Sync for HoleyDate
impl Unpin for HoleyDate
impl UnwindSafe for HoleyDate
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