pub enum ArtifactSubject {
Left,
Right,
Pair,
}Expand description
Which side of a comparison an artifact describes.
Variants§
Trait Implementations§
Source§impl Clone for ArtifactSubject
impl Clone for ArtifactSubject
Source§fn clone(&self) -> ArtifactSubject
fn clone(&self) -> ArtifactSubject
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 moreimpl Copy for ArtifactSubject
Source§impl Debug for ArtifactSubject
impl Debug for ArtifactSubject
Source§impl<'de> Deserialize<'de> for ArtifactSubject
impl<'de> Deserialize<'de> for ArtifactSubject
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
impl Eq for ArtifactSubject
Source§impl Hash for ArtifactSubject
impl Hash for ArtifactSubject
Source§impl PartialEq for ArtifactSubject
impl PartialEq for ArtifactSubject
Source§fn eq(&self, other: &ArtifactSubject) -> bool
fn eq(&self, other: &ArtifactSubject) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ArtifactSubject
impl Serialize for ArtifactSubject
impl StructuralPartialEq for ArtifactSubject
Auto Trait Implementations§
impl Freeze for ArtifactSubject
impl RefUnwindSafe for ArtifactSubject
impl Send for ArtifactSubject
impl Sync for ArtifactSubject
impl Unpin for ArtifactSubject
impl UnsafeUnpin for ArtifactSubject
impl UnwindSafe for ArtifactSubject
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