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