Struct assemblyline_models::datastore::result::Attack
source · pub struct Attack {
pub attack_id: String,
pub pattern: String,
pub categories: Vec<String>,
}
Fields§
§attack_id: String
ID
pattern: String
Pattern Name
categories: Vec<String>
Categories
Trait Implementations§
source§impl Described<ElasticMeta> for Attack
impl Described<ElasticMeta> for Attack
source§fn metadata() -> Descriptor<ElasticMeta>
fn metadata() -> Descriptor<ElasticMeta>
Get self description of this type
source§impl<'de> Deserialize<'de> for Attack
impl<'de> Deserialize<'de> for Attack
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 Attack
impl Send for Attack
impl Sync for Attack
impl Unpin for Attack
impl UnwindSafe for Attack
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