Struct assemblyline_models::datastore::tagging::FileELFNotes
source · pub struct FileELFNotes {
pub name: Option<Vec<String>>,
pub note_type: Option<Vec<String>>,
pub type_core: Option<Vec<String>>,
}
Expand description
ELF Notes
Fields§
§name: Option<Vec<String>>
Note Name
note_type: Option<Vec<String>>
Note Type
type_core: Option<Vec<String>>
Note Core Type
Trait Implementations§
source§impl Debug for FileELFNotes
impl Debug for FileELFNotes
source§impl Default for FileELFNotes
impl Default for FileELFNotes
source§fn default() -> FileELFNotes
fn default() -> FileELFNotes
Returns the “default value” for a type. Read more
source§impl Described<ElasticMeta> for FileELFNotes
impl Described<ElasticMeta> for FileELFNotes
source§fn metadata() -> Descriptor<ElasticMeta>
fn metadata() -> Descriptor<ElasticMeta>
Get self description of this type
source§impl<'de> Deserialize<'de> for FileELFNotes
impl<'de> Deserialize<'de> for FileELFNotes
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 FileELFNotes
impl Send for FileELFNotes
impl Sync for FileELFNotes
impl Unpin for FileELFNotes
impl UnwindSafe for FileELFNotes
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