Struct cli::cargo_manifest::Metadata[][src]

pub struct Metadata {
Show fields pub app_name: Option<String>, pub version_name: Option<String>, pub version_code: Option<String>, pub min_sdk_version: Option<u32>, pub target_sdk_version: Option<u32>, pub max_sdk_version: Option<u32>, pub icon: Option<String>, pub android_permissions: Vec<UsesPermission>, pub use_android_manifest: bool, pub android_manifest_path: Option<PathBuf>, pub use_info_plist: bool, pub info_plist_path: Option<PathBuf>, pub android_app_id: Option<String>, pub android_res: Option<PathBuf>, pub android_assets: Option<PathBuf>, pub android_build_targets: Option<Vec<AndroidTarget>>, pub apple_build_targets: Option<Vec<AppleTarget>>, pub apple_res: Option<PathBuf>, pub apple_assets: Option<PathBuf>,
}

Fields

app_name: Option<String>version_name: Option<String>version_code: Option<String>min_sdk_version: Option<u32>target_sdk_version: Option<u32>max_sdk_version: Option<u32>icon: Option<String>android_permissions: Vec<UsesPermission>use_android_manifest: boolandroid_manifest_path: Option<PathBuf>use_info_plist: boolinfo_plist_path: Option<PathBuf>android_app_id: Option<String>android_res: Option<PathBuf>

Android resources directory path relatively to project path.

android_assets: Option<PathBuf>

Android assets directory path relatively to project path.

android_build_targets: Option<Vec<AndroidTarget>>

Android build targets.

apple_build_targets: Option<Vec<AppleTarget>>

Apple build targets.

apple_res: Option<PathBuf>

Apple resources directory path relatively to project path.

apple_assets: Option<PathBuf>

Apple assets directory path relatively to project path.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.