Enum crossbundle_tools::types::BuildTargets [−][src]
pub enum BuildTargets {
Android(Vec<AndroidTarget>),
Apple(Vec<AppleTarget>),
}Variants
Android(Vec<AndroidTarget>)
Tuple Fields
0: Vec<AndroidTarget>Apple(Vec<AppleTarget>)
Tuple Fields
0: Vec<AppleTarget>Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for BuildTargets
impl Send for BuildTargets
impl Sync for BuildTargets
impl Unpin for BuildTargets
impl UnwindSafe for BuildTargets
Blanket Implementations
Mutably borrows from an owned value. Read more
