[−][src]Struct cli::commands::build::android::AndroidBuildCommand
Fields
target: Vec<AndroidTarget>Build for the given android architecture. Supported targets are: armv7-linux-androideabi,
aarch64-linux-android, i686-linux-android, x86_64-linux-android
Implementations
impl AndroidBuildCommand[src]
pub fn run(&self, config: &Config) -> Result<()>[src]
pub fn execute(
&self,
config: &Config,
build_context: &BuildContext
) -> Result<(String, AndroidSdk, PathBuf)>[src]
&self,
config: &Config,
build_context: &BuildContext
) -> Result<(String, AndroidSdk, PathBuf)>
Trait Implementations
impl Clap for AndroidBuildCommand[src]
pub fn parse() -> Self[src]
pub fn try_parse() -> Result<Self, Error>[src]
pub fn parse_from<I, T>(itr: I) -> Self where
T: Into<OsString> + Clone,
I: IntoIterator<Item = T>, [src]
T: Into<OsString> + Clone,
I: IntoIterator<Item = T>,
pub fn try_parse_from<I, T>(itr: I) -> Result<Self, Error> where
T: Into<OsString> + Clone,
I: IntoIterator<Item = T>, [src]
T: Into<OsString> + Clone,
I: IntoIterator<Item = T>,
impl Clone for AndroidBuildCommand[src]
fn clone(&self) -> AndroidBuildCommand[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for AndroidBuildCommand[src]
impl FromArgMatches for AndroidBuildCommand[src]
fn from_arg_matches(matches: &ArgMatches) -> Self[src]
impl IntoApp for AndroidBuildCommand[src]
Auto Trait Implementations
impl RefUnwindSafe for AndroidBuildCommand[src]
impl Send for AndroidBuildCommand[src]
impl Sync for AndroidBuildCommand[src]
impl Unpin for AndroidBuildCommand[src]
impl UnwindSafe for AndroidBuildCommand[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,