pub struct BallchasingComparisonBreakdown {
pub is_match: bool,
pub mismatches: Vec<String>,
pub comparable_stats: BallchasingComparableStats,
}Fields§
§is_match: bool§mismatches: Vec<String>§comparable_stats: BallchasingComparableStatsTrait Implementations§
Source§impl Clone for BallchasingComparisonBreakdown
impl Clone for BallchasingComparisonBreakdown
Source§fn clone(&self) -> BallchasingComparisonBreakdown
fn clone(&self) -> BallchasingComparisonBreakdown
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for BallchasingComparisonBreakdown
impl RefUnwindSafe for BallchasingComparisonBreakdown
impl Send for BallchasingComparisonBreakdown
impl Sync for BallchasingComparisonBreakdown
impl Unpin for BallchasingComparisonBreakdown
impl UnsafeUnpin for BallchasingComparisonBreakdown
impl UnwindSafe for BallchasingComparisonBreakdown
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