pub struct now;
Trait Implementations§
Source§impl HasArgument<now> for analyticsEvent
impl HasArgument<now> for analyticsEvent
Auto Trait Implementations§
impl Freeze for now
impl RefUnwindSafe for now
impl Send for now
impl Sync for now
impl Unpin for now
impl UnwindSafe for now
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