pub enum FileHashType {
UnknownFutureValue,
Ctph,
LsHash,
AuthenticodeHash256,
Md5,
Sha256,
Sha1,
Unknown,
}
Variants§
Trait Implementations§
Source§impl Clone for FileHashType
impl Clone for FileHashType
Source§fn clone(&self) -> FileHashType
fn clone(&self) -> FileHashType
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 FileHashType
impl Debug for FileHashType
Source§impl<'de> Deserialize<'de> for FileHashType
impl<'de> Deserialize<'de> for FileHashType
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 Hash for FileHashType
impl Hash for FileHashType
Source§impl Ord for FileHashType
impl Ord for FileHashType
Source§fn cmp(&self, other: &FileHashType) -> Ordering
fn cmp(&self, other: &FileHashType) -> Ordering
1.21.0 · 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 FileHashType
impl PartialEq for FileHashType
Source§impl PartialOrd for FileHashType
impl PartialOrd for FileHashType
Source§impl Serialize for FileHashType
impl Serialize for FileHashType
impl Eq for FileHashType
impl StructuralPartialEq for FileHashType
Auto Trait Implementations§
impl Freeze for FileHashType
impl RefUnwindSafe for FileHashType
impl Send for FileHashType
impl Sync for FileHashType
impl Unpin for FileHashType
impl UnwindSafe for FileHashType
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