pub struct DateArg { /* private fields */ }Expand description
“date-arg”.
Implementations§
Trait Implementations§
impl StructuralPartialEq for DateArg
Auto Trait Implementations§
impl Freeze for DateArg
impl RefUnwindSafe for DateArg
impl Send for DateArg
impl Sync for DateArg
impl Unpin for DateArg
impl UnwindSafe for DateArg
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