pub struct DebugWrapContext<'a, C, T> { /* private fields */ }
Implementations§
Source§impl<'a, C, T> DebugWrapContext<'a, C, T>
impl<'a, C, T> DebugWrapContext<'a, C, T>
pub fn new(value: &'a T, context: &'a C) -> DebugWrapContext<'a, C, T>
Trait Implementations§
Auto Trait Implementations§
impl<'a, C, T> Freeze for DebugWrapContext<'a, C, T>
impl<'a, C, T> RefUnwindSafe for DebugWrapContext<'a, C, T>where
T: RefUnwindSafe,
C: RefUnwindSafe,
impl<'a, C, T> Send for DebugWrapContext<'a, C, T>
impl<'a, C, T> Sync for DebugWrapContext<'a, C, T>
impl<'a, C, T> Unpin for DebugWrapContext<'a, C, T>
impl<'a, C, T> UnwindSafe for DebugWrapContext<'a, C, T>where
T: RefUnwindSafe,
C: RefUnwindSafe,
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