pub struct ReportStack { /* private fields */ }Expand description
An error stack.
Trait Implementations§
Source§impl Display for ReportStack
impl Display for ReportStack
Auto Trait Implementations§
impl Freeze for ReportStack
impl !RefUnwindSafe for ReportStack
impl Send for ReportStack
impl Sync for ReportStack
impl Unpin for ReportStack
impl !UnwindSafe for ReportStack
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