Enum malwaredb_api::HashType
source · pub enum HashType {
Md5(String),
SHA1(String),
SHA256(String),
SHA384(String),
SHA512(String),
}
Expand description
The hash by which a sample is identified
Variants§
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for HashType
impl<'de> Deserialize<'de> for HashType
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
Auto Trait Implementations§
impl RefUnwindSafe for HashType
impl Send for HashType
impl Sync for HashType
impl Unpin for HashType
impl UnwindSafe for HashType
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