pub struct ReportInfo(/* private fields */);Trait Implementations§
Source§impl Debug for ReportInfo
impl Debug for ReportInfo
Auto Trait Implementations§
impl Freeze for ReportInfo
impl RefUnwindSafe for ReportInfo
impl Send for ReportInfo
impl Sync for ReportInfo
impl Unpin for ReportInfo
impl UnwindSafe for ReportInfo
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