Struct assemblyline_models::datastore::tagging::FileStrings
source · pub struct FileStrings {
pub api: Option<Vec<String>>,
pub blacklisted: Option<Vec<String>>,
pub decoded: Option<Vec<String>>,
pub extracted: Option<Vec<String>>,
}
Expand description
Strings File Model
Fields§
§api: Option<Vec<String>>
API
blacklisted: Option<Vec<String>>
Blacklisted
decoded: Option<Vec<String>>
Decoded
extracted: Option<Vec<String>>
Extracted
Trait Implementations§
source§impl Debug for FileStrings
impl Debug for FileStrings
source§impl Default for FileStrings
impl Default for FileStrings
source§fn default() -> FileStrings
fn default() -> FileStrings
Returns the “default value” for a type. Read more
source§impl Described<ElasticMeta> for FileStrings
impl Described<ElasticMeta> for FileStrings
source§fn metadata() -> Descriptor<ElasticMeta>
fn metadata() -> Descriptor<ElasticMeta>
Get self description of this type
source§impl<'de> Deserialize<'de> for FileStrings
impl<'de> Deserialize<'de> for FileStrings
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 FileStrings
impl Send for FileStrings
impl Sync for FileStrings
impl Unpin for FileStrings
impl UnwindSafe for FileStrings
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