pub struct MatchSite {
pub fn_name: String,
pub file_path: String,
pub line: usize,
pub missing_variants: Vec<String>,
pub has_wildcard: bool,
}Fields§
§fn_name: String§file_path: String§line: usize§missing_variants: Vec<String>§has_wildcard: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for MatchSite
impl RefUnwindSafe for MatchSite
impl Send for MatchSite
impl Sync for MatchSite
impl Unpin for MatchSite
impl UnsafeUnpin for MatchSite
impl UnwindSafe for MatchSite
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