pub struct ContextDebugger<'ctx, 't, C, T: ?Sized + DebugWithContext<C>> {
pub ctx: &'ctx C,
pub value: &'t T,
}Fields§
§ctx: &'ctx C§value: &'t TTrait Implementations§
Auto Trait Implementations§
impl<'ctx, 't, C, T> Freeze for ContextDebugger<'ctx, 't, C, T>where
T: ?Sized,
impl<'ctx, 't, C, T> RefUnwindSafe for ContextDebugger<'ctx, 't, C, T>
impl<'ctx, 't, C, T> Send for ContextDebugger<'ctx, 't, C, T>
impl<'ctx, 't, C, T> Sync for ContextDebugger<'ctx, 't, C, T>
impl<'ctx, 't, C, T> Unpin for ContextDebugger<'ctx, 't, C, T>where
T: ?Sized,
impl<'ctx, 't, C, T> UnsafeUnpin for ContextDebugger<'ctx, 't, C, T>where
T: ?Sized,
impl<'ctx, 't, C, T> UnwindSafe for ContextDebugger<'ctx, 't, C, T>
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