Enum crossbundle_tools::types::IosStrategy
source · [−]pub enum IosStrategy {
NativeIpa,
}Expand description
Supported strategies for building application for Apple devices.
Variants
NativeIpa
Generate .app and .ipa without XCode. Default strategy.
Trait Implementations
sourceimpl Clone for IosStrategy
impl Clone for IosStrategy
sourcefn clone(&self) -> IosStrategy
fn clone(&self) -> IosStrategy
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for IosStrategy
impl Debug for IosStrategy
sourceimpl Default for IosStrategy
impl Default for IosStrategy
sourcefn default() -> IosStrategy
fn default() -> IosStrategy
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for IosStrategy
impl<'de> Deserialize<'de> for IosStrategy
sourcefn 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
sourceimpl FromStr for IosStrategy
impl FromStr for IosStrategy
sourceimpl PartialEq<IosStrategy> for IosStrategy
impl PartialEq<IosStrategy> for IosStrategy
sourceimpl Serialize for IosStrategy
impl Serialize for IosStrategy
impl Copy for IosStrategy
impl Eq for IosStrategy
impl StructuralEq for IosStrategy
impl StructuralPartialEq for IosStrategy
Auto Trait Implementations
impl RefUnwindSafe for IosStrategy
impl Send for IosStrategy
impl Sync for IosStrategy
impl Unpin for IosStrategy
impl UnwindSafe for IosStrategy
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to key and return true if they are equal.