pub enum IdentityField {
AnalysisId,
BuildId,
}Expand description
Which optional identity field disagreed.
Variants§
Trait Implementations§
Source§impl Clone for IdentityField
impl Clone for IdentityField
Source§fn clone(&self) -> IdentityField
fn clone(&self) -> IdentityField
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 IdentityField
Source§impl Debug for IdentityField
impl Debug for IdentityField
Source§impl<'de> Deserialize<'de> for IdentityField
impl<'de> Deserialize<'de> for IdentityField
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
Source§impl Display for IdentityField
impl Display for IdentityField
impl Eq for IdentityField
Source§impl Hash for IdentityField
impl Hash for IdentityField
Source§impl Ord for IdentityField
impl Ord for IdentityField
Source§fn cmp(&self, other: &IdentityField) -> Ordering
fn cmp(&self, other: &IdentityField) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IdentityField
impl PartialEq for IdentityField
Source§impl PartialOrd for IdentityField
impl PartialOrd for IdentityField
Source§impl Serialize for IdentityField
impl Serialize for IdentityField
impl StructuralPartialEq for IdentityField
Auto Trait Implementations§
impl Freeze for IdentityField
impl RefUnwindSafe for IdentityField
impl Send for IdentityField
impl Sync for IdentityField
impl Unpin for IdentityField
impl UnsafeUnpin for IdentityField
impl UnwindSafe for IdentityField
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