pub struct VerifyMatchCoverageMiss {
pub line: usize,
pub total_arms: usize,
pub missing_arms: Vec<usize>,
}Fields§
§line: usize§total_arms: usize§missing_arms: Vec<usize>Trait Implementations§
Source§impl Clone for VerifyMatchCoverageMiss
impl Clone for VerifyMatchCoverageMiss
Source§fn clone(&self) -> VerifyMatchCoverageMiss
fn clone(&self) -> VerifyMatchCoverageMiss
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VerifyMatchCoverageMiss
impl Debug for VerifyMatchCoverageMiss
Source§impl PartialEq for VerifyMatchCoverageMiss
impl PartialEq for VerifyMatchCoverageMiss
impl Eq for VerifyMatchCoverageMiss
impl StructuralPartialEq for VerifyMatchCoverageMiss
Auto Trait Implementations§
impl Freeze for VerifyMatchCoverageMiss
impl RefUnwindSafe for VerifyMatchCoverageMiss
impl Send for VerifyMatchCoverageMiss
impl Sync for VerifyMatchCoverageMiss
impl Unpin for VerifyMatchCoverageMiss
impl UnsafeUnpin for VerifyMatchCoverageMiss
impl UnwindSafe for VerifyMatchCoverageMiss
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