pub struct TextFingerprint {
pub algorithm: String,
pub value: String,
}Fields§
§algorithm: String§value: StringImplementations§
Trait Implementations§
Source§impl Clone for TextFingerprint
impl Clone for TextFingerprint
Source§fn clone(&self) -> TextFingerprint
fn clone(&self) -> TextFingerprint
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 moreSource§impl Debug for TextFingerprint
impl Debug for TextFingerprint
Source§impl<'de> Deserialize<'de> for TextFingerprint
impl<'de> Deserialize<'de> for TextFingerprint
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 PartialEq for TextFingerprint
impl PartialEq for TextFingerprint
Source§fn eq(&self, other: &TextFingerprint) -> bool
fn eq(&self, other: &TextFingerprint) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TextFingerprint
impl Serialize for TextFingerprint
impl Eq for TextFingerprint
impl StructuralPartialEq for TextFingerprint
Auto Trait Implementations§
impl Freeze for TextFingerprint
impl RefUnwindSafe for TextFingerprint
impl Send for TextFingerprint
impl Sync for TextFingerprint
impl Unpin for TextFingerprint
impl UnsafeUnpin for TextFingerprint
impl UnwindSafe for TextFingerprint
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