pub struct DateArgs {
pub unit: DateUnit,
}
Fields§
§unit: DateUnit
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DateArgs
impl RefUnwindSafe for DateArgs
impl Send for DateArgs
impl Sync for DateArgs
impl Unpin for DateArgs
impl UnwindSafe for DateArgs
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