pub struct AnalyzerFingerprint(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for AnalyzerFingerprint
impl Clone for AnalyzerFingerprint
Source§fn clone(&self) -> AnalyzerFingerprint
fn clone(&self) -> AnalyzerFingerprint
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 AnalyzerFingerprint
Source§impl Debug for AnalyzerFingerprint
impl Debug for AnalyzerFingerprint
Source§impl<'de> Deserialize<'de> for AnalyzerFingerprint
impl<'de> Deserialize<'de> for AnalyzerFingerprint
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for AnalyzerFingerprint
impl Display for AnalyzerFingerprint
impl Eq for AnalyzerFingerprint
Source§impl FromStr for AnalyzerFingerprint
impl FromStr for AnalyzerFingerprint
Source§type Err = AnalysisError
type Err = AnalysisError
The associated error which can be returned from parsing.
Source§impl Hash for AnalyzerFingerprint
impl Hash for AnalyzerFingerprint
Source§impl Ord for AnalyzerFingerprint
impl Ord for AnalyzerFingerprint
Source§fn cmp(&self, other: &AnalyzerFingerprint) -> Ordering
fn cmp(&self, other: &AnalyzerFingerprint) -> 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for AnalyzerFingerprint
impl PartialEq for AnalyzerFingerprint
Source§impl PartialOrd for AnalyzerFingerprint
impl PartialOrd for AnalyzerFingerprint
Source§impl Serialize for AnalyzerFingerprint
impl Serialize for AnalyzerFingerprint
impl StructuralPartialEq for AnalyzerFingerprint
Auto Trait Implementations§
impl Freeze for AnalyzerFingerprint
impl RefUnwindSafe for AnalyzerFingerprint
impl Send for AnalyzerFingerprint
impl Sync for AnalyzerFingerprint
impl Unpin for AnalyzerFingerprint
impl UnsafeUnpin for AnalyzerFingerprint
impl UnwindSafe for AnalyzerFingerprint
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