pub struct BallchasingComparableStats {
pub actual: Value,
pub expected: Value,
}Fields§
§actual: Value§expected: ValueTrait Implementations§
Source§impl Clone for BallchasingComparableStats
impl Clone for BallchasingComparableStats
Source§fn clone(&self) -> BallchasingComparableStats
fn clone(&self) -> BallchasingComparableStats
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 moreSource§impl Debug for BallchasingComparableStats
impl Debug for BallchasingComparableStats
Auto Trait Implementations§
impl Freeze for BallchasingComparableStats
impl RefUnwindSafe for BallchasingComparableStats
impl Send for BallchasingComparableStats
impl Sync for BallchasingComparableStats
impl Unpin for BallchasingComparableStats
impl UnsafeUnpin for BallchasingComparableStats
impl UnwindSafe for BallchasingComparableStats
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