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