pub(crate) struct AsDisplay<'a, B>(pub(crate) &'a B);
Tuple Fields§
§0: &'a B
Trait Implementations§
Auto Trait Implementations§
impl<'a, B> Freeze for AsDisplay<'a, B>
impl<'a, B> RefUnwindSafe for AsDisplay<'a, B>where
B: RefUnwindSafe,
impl<'a, B> Send for AsDisplay<'a, B>where
B: Sync,
impl<'a, B> Sync for AsDisplay<'a, B>where
B: Sync,
impl<'a, B> Unpin for AsDisplay<'a, B>
impl<'a, B> UnwindSafe for AsDisplay<'a, B>where
B: 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