Struct lang_util::error::ListDisplay
source · struct ListDisplay<'s>(&'s [String]);
Tuple Fields§
§0: &'s [String]
Trait Implementations§
Auto Trait Implementations§
impl<'s> Freeze for ListDisplay<'s>
impl<'s> RefUnwindSafe for ListDisplay<'s>
impl<'s> Send for ListDisplay<'s>
impl<'s> Sync for ListDisplay<'s>
impl<'s> Unpin for ListDisplay<'s>
impl<'s> UnwindSafe for ListDisplay<'s>
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