Struct assemblyline_models::SSDeepHash
source · pub struct SSDeepHash(/* private fields */);Expand description
Unvalidated ssdeep type
Trait Implementations§
source§impl Clone for SSDeepHash
impl Clone for SSDeepHash
source§fn clone(&self) -> SSDeepHash
fn clone(&self) -> SSDeepHash
Returns a copy 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 SSDeepHash
impl Debug for SSDeepHash
source§impl Described<ElasticMeta> for SSDeepHash
impl Described<ElasticMeta> for SSDeepHash
source§fn metadata() -> Descriptor<ElasticMeta>
fn metadata() -> Descriptor<ElasticMeta>
Get self description of this type
source§impl<'de> Deserialize<'de> for SSDeepHash
impl<'de> Deserialize<'de> for SSDeepHash
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 SSDeepHash
impl Display for SSDeepHash
source§impl Distribution<SSDeepHash> for Standard
impl Distribution<SSDeepHash> for Standard
source§impl FromStr for SSDeepHash
impl FromStr for SSDeepHash
source§impl PartialEq for SSDeepHash
impl PartialEq for SSDeepHash
source§fn eq(&self, other: &SSDeepHash) -> bool
fn eq(&self, other: &SSDeepHash) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for SSDeepHashwhere
Self: Display,
impl Serialize for SSDeepHashwhere
Self: Display,
impl StructuralPartialEq for SSDeepHash
Auto Trait Implementations§
impl RefUnwindSafe for SSDeepHash
impl Send for SSDeepHash
impl Sync for SSDeepHash
impl Unpin for SSDeepHash
impl UnwindSafe for SSDeepHash
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