Struct assemblyline_models::datastore::alert::DetailedItem
source · pub struct DetailedItem {
pub item_type: String,
pub value: String,
pub verdict: ItemVerdict,
pub subtype: Option<Subtype>,
}
Expand description
Assemblyline Results Block
Fields§
§item_type: String
Type of data that generated this item
value: String
Value of the item
verdict: ItemVerdict
Verdict of the item
subtype: Option<Subtype>
Sub-type of the item
Trait Implementations§
source§impl Described<ElasticMeta> for DetailedItem
impl Described<ElasticMeta> for DetailedItem
source§fn metadata() -> Descriptor<ElasticMeta>
fn metadata() -> Descriptor<ElasticMeta>
Get self description of this type
source§impl<'de> Deserialize<'de> for DetailedItem
impl<'de> Deserialize<'de> for DetailedItem
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 DetailedItem
impl Send for DetailedItem
impl Sync for DetailedItem
impl Unpin for DetailedItem
impl UnwindSafe for DetailedItem
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