pub struct ErrorReport<'a, Kind>(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl<'a, Kind> Freeze for ErrorReport<'a, Kind>
impl<'a, Kind> RefUnwindSafe for ErrorReport<'a, Kind>where
Kind: RefUnwindSafe,
impl<'a, Kind> Send for ErrorReport<'a, Kind>where
Kind: Sync,
impl<'a, Kind> Sync for ErrorReport<'a, Kind>where
Kind: Sync,
impl<'a, Kind> Unpin for ErrorReport<'a, Kind>
impl<'a, Kind> UnwindSafe for ErrorReport<'a, Kind>where
Kind: 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