pub struct Adhoc<F>(/* private fields */);
Trait Implementations§
source§impl<F> InspectMut for Adhoc<F>
impl<F> InspectMut for Adhoc<F>
source§fn inspect_mut(&mut self, req: Request<'_>)
fn inspect_mut(&mut self, req: Request<'_>)
Inspects the object.
Auto Trait Implementations§
impl<F> Freeze for Adhoc<F>where
F: Freeze,
impl<F> RefUnwindSafe for Adhoc<F>where
F: RefUnwindSafe,
impl<F> Send for Adhoc<F>where
F: Send,
impl<F> Sync for Adhoc<F>where
F: Sync,
impl<F> Unpin for Adhoc<F>where
F: Unpin,
impl<F> UnwindSafe for Adhoc<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