pub struct BallchasingComparisonReport { /* private fields */ }Implementations§
Source§impl BallchasingComparisonReport
impl BallchasingComparisonReport
pub fn is_match(&self) -> bool
pub fn mismatches(&self) -> &[String]
pub fn assert_matches(&self)
Auto Trait Implementations§
impl Freeze for BallchasingComparisonReport
impl RefUnwindSafe for BallchasingComparisonReport
impl Send for BallchasingComparisonReport
impl Sync for BallchasingComparisonReport
impl Unpin for BallchasingComparisonReport
impl UnsafeUnpin for BallchasingComparisonReport
impl UnwindSafe for BallchasingComparisonReport
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