pub struct SeqColComparison {
pub digests: ComparisonDigests,
pub attributes: AttributeComparison,
pub array_elements: ArrayElementComparison,
}Expand description
Result of comparing two sequence collections.
Fields§
§digests: ComparisonDigests§attributes: AttributeComparison§array_elements: ArrayElementComparisonTrait Implementations§
Source§impl Clone for SeqColComparison
impl Clone for SeqColComparison
Source§fn clone(&self) -> SeqColComparison
fn clone(&self) -> SeqColComparison
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 SeqColComparison
impl Debug for SeqColComparison
Source§impl<'de> Deserialize<'de> for SeqColComparison
impl<'de> Deserialize<'de> for SeqColComparison
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SeqColComparison
impl RefUnwindSafe for SeqColComparison
impl Send for SeqColComparison
impl Sync for SeqColComparison
impl Unpin for SeqColComparison
impl UnsafeUnpin for SeqColComparison
impl UnwindSafe for SeqColComparison
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