[−][src]Struct matrixcompare::ElementsMismatch
Fields
comparator_description: Stringmismatches: Vec<MatrixElementComparisonFailure<T, Error>>Trait Implementations
impl<T: Clone, Error: Clone> Clone for ElementsMismatch<T, Error>[src]
pub fn clone(&self) -> ElementsMismatch<T, Error>[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<T: Debug, Error: Debug> Debug for ElementsMismatch<T, Error>[src]
impl<T, Error> Display for ElementsMismatch<T, Error> where
T: Display,
Error: Display, [src]
T: Display,
Error: Display,
impl<T: PartialEq, Error: PartialEq> PartialEq<ElementsMismatch<T, Error>> for ElementsMismatch<T, Error>[src]
pub fn eq(&self, other: &ElementsMismatch<T, Error>) -> bool[src]
pub fn ne(&self, other: &ElementsMismatch<T, Error>) -> bool[src]
impl<T, Error> StructuralPartialEq for ElementsMismatch<T, Error>[src]
Auto Trait Implementations
impl<T, Error> RefUnwindSafe for ElementsMismatch<T, Error> where
Error: RefUnwindSafe,
T: RefUnwindSafe, [src]
Error: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, Error> Send for ElementsMismatch<T, Error> where
Error: Send,
T: Send, [src]
Error: Send,
T: Send,
impl<T, Error> Sync for ElementsMismatch<T, Error> where
Error: Sync,
T: Sync, [src]
Error: Sync,
T: Sync,
impl<T, Error> Unpin for ElementsMismatch<T, Error> where
Error: Unpin,
T: Unpin, [src]
Error: Unpin,
T: Unpin,
impl<T, Error> UnwindSafe for ElementsMismatch<T, Error> where
Error: UnwindSafe,
T: UnwindSafe, [src]
Error: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,