Struct DateTimeArg
struct DateTimeArg(DateTime<Utc>);Tuple Fields§
§0: DateTime<Utc>Trait Implementations§
§impl Clone for DateTimeArg
impl Clone for DateTimeArg
§fn clone(&self) -> DateTimeArg
fn clone(&self) -> DateTimeArg
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for DateTimeArg
impl Debug for DateTimeArg
§impl From<DateTime<Utc>> for DateTimeArg
impl From<DateTime<Utc>> for DateTimeArg
Auto Trait Implementations§
impl Freeze for DateTimeArg
impl RefUnwindSafe for DateTimeArg
impl Send for DateTimeArg
impl Sync for DateTimeArg
impl Unpin for DateTimeArg
impl UnwindSafe for DateTimeArg
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