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