pub struct DateParts { /* private fields */ }
Trait Implementations§
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 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