pub struct MatchReport {
pub enum_name: String,
pub all_variants: Vec<String>,
pub match_sites: Vec<MatchSite>,
}Fields§
§enum_name: String§all_variants: Vec<String>§match_sites: Vec<MatchSite>Trait Implementations§
Auto Trait Implementations§
impl Freeze for MatchReport
impl RefUnwindSafe for MatchReport
impl Send for MatchReport
impl Sync for MatchReport
impl Unpin for MatchReport
impl UnsafeUnpin for MatchReport
impl UnwindSafe for MatchReport
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