pub struct DateOfBirth;Expand description
DateOfBirth (486).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DateOfBirth
impl RefUnwindSafe for DateOfBirth
impl Send for DateOfBirth
impl Sync for DateOfBirth
impl Unpin for DateOfBirth
impl UnsafeUnpin for DateOfBirth
impl UnwindSafe for DateOfBirth
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