struct DisplayWith<'a, T, F>(&'a T, F);Expand description
An implementation detail for ParseFallback::format_fallback and
ParseFallbackWith::format_fallback, to allow for custom fallback formatting.
Tuple Fields§
§0: &'a T§1: FTrait Implementations§
Auto Trait Implementations§
impl<'a, T, F> Freeze for DisplayWith<'a, T, F>where
F: Freeze,
impl<'a, T, F> RefUnwindSafe for DisplayWith<'a, T, F>where
F: RefUnwindSafe,
T: RefUnwindSafe,
impl<'a, T, F> Send for DisplayWith<'a, T, F>
impl<'a, T, F> Sync for DisplayWith<'a, T, F>
impl<'a, T, F> Unpin for DisplayWith<'a, T, F>where
F: Unpin,
impl<'a, T, F> UnwindSafe for DisplayWith<'a, T, F>where
F: UnwindSafe,
T: 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