pub struct Digger<F>(/* private fields */);
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<F> Freeze for Digger<F>where
F: Freeze,
impl<F> RefUnwindSafe for Digger<F>where
F: RefUnwindSafe,
impl<F> Send for Digger<F>where
F: Send,
impl<F> Sync for Digger<F>where
F: Sync,
impl<F> Unpin for Digger<F>where
F: Unpin,
impl<F> UnwindSafe for Digger<F>where
F: UnwindSafe,
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