pub struct Report<'a, A>where
A: Allocator,{ /* private fields */ }Expand description
A line-separated report of all errors.
Trait Implementations§
Auto Trait Implementations§
impl<'a, A> Freeze for Report<'a, A>
impl<'a, A> !RefUnwindSafe for Report<'a, A>
impl<'a, A> !Send for Report<'a, A>
impl<'a, A> !Sync for Report<'a, A>
impl<'a, A> Unpin for Report<'a, A>
impl<'a, A> !UnwindSafe for Report<'a, A>
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