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