pub struct ContextDebuggableAsDisplay<'a, TValue, TContext>where
TValue: ContextualDisplay<TContext> + ?Sized,{ /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl<'a, TValue, TContext> Freeze for ContextDebuggableAsDisplay<'a, TValue, TContext>
impl<'a, TValue, TContext> RefUnwindSafe for ContextDebuggableAsDisplay<'a, TValue, TContext>
impl<'a, TValue, TContext> Send for ContextDebuggableAsDisplay<'a, TValue, TContext>
impl<'a, TValue, TContext> Sync for ContextDebuggableAsDisplay<'a, TValue, TContext>
impl<'a, TValue, TContext> Unpin for ContextDebuggableAsDisplay<'a, TValue, TContext>
impl<'a, TValue, TContext> UnwindSafe for ContextDebuggableAsDisplay<'a, TValue, TContext>
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