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