Struct assemblyline_models::datastore::result::Signature
source · pub struct Signature {
pub name: String,
pub frequency: i64,
pub safe: bool,
}
Expand description
Heuristic Signatures
Fields§
§name: String
Name of the signature that triggered the heuristic
frequency: i64
Number of times this signature triggered the heuristic
safe: bool
Is the signature safelisted or not
Trait Implementations§
source§impl Described<ElasticMeta> for Signature
impl Described<ElasticMeta> for Signature
source§fn metadata() -> Descriptor<ElasticMeta>
fn metadata() -> Descriptor<ElasticMeta>
Get self description of this type
source§impl<'de> Deserialize<'de> for Signature
impl<'de> Deserialize<'de> for Signature
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 Signature
impl Send for Signature
impl Sync for Signature
impl Unpin for Signature
impl UnwindSafe for Signature
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