pub enum VisualDiffType {
CropComparison,
ColorBar,
KeyframeSummary,
}Expand description
Category of visual diff file produced.
Variants§
CropComparison
Side-by-side crop comparison for ChangeType::Localized.
ColorBar
Horizontal color bar for ChangeType::Tonal.
KeyframeSummary
Video keyframe summary for ArtifactKind::Video.
Trait Implementations§
Source§impl Clone for VisualDiffType
impl Clone for VisualDiffType
Source§fn clone(&self) -> VisualDiffType
fn clone(&self) -> VisualDiffType
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 VisualDiffType
impl Debug for VisualDiffType
Source§impl PartialEq for VisualDiffType
impl PartialEq for VisualDiffType
impl Eq for VisualDiffType
impl StructuralPartialEq for VisualDiffType
Auto Trait Implementations§
impl Freeze for VisualDiffType
impl RefUnwindSafe for VisualDiffType
impl Send for VisualDiffType
impl Sync for VisualDiffType
impl Unpin for VisualDiffType
impl UnsafeUnpin for VisualDiffType
impl UnwindSafe for VisualDiffType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.