pub struct NowDep(pub Arc<dyn Now>);Tuple Fields§
§0: Arc<dyn Now>Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for NowDep
impl !UnwindSafe for NowDep
impl Freeze for NowDep
impl Send for NowDep
impl Sync for NowDep
impl Unpin for NowDep
impl UnsafeUnpin for NowDep
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