pub struct InspectPart<Prev, G> { /* private fields */ }Expand description
Recorded inspect stage.
Trait Implementations§
Source§impl<Prev, G: Clone, Term> Assemble<Term> for InspectPart<Prev, G>
impl<Prev, G: Clone, Term> Assemble<Term> for InspectPart<Prev, G>
Auto Trait Implementations§
impl<Prev, G> Freeze for InspectPart<Prev, G>
impl<Prev, G> RefUnwindSafe for InspectPart<Prev, G>where
Prev: RefUnwindSafe,
G: RefUnwindSafe,
impl<Prev, G> Send for InspectPart<Prev, G>
impl<Prev, G> Sync for InspectPart<Prev, G>
impl<Prev, G> Unpin for InspectPart<Prev, G>
impl<Prev, G> UnsafeUnpin for InspectPart<Prev, G>where
Prev: UnsafeUnpin,
G: UnsafeUnpin,
impl<Prev, G> UnwindSafe for InspectPart<Prev, G>where
Prev: UnwindSafe,
G: 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