pub struct NativeMacosModuleConfig {
pub xcodegen_spec: Option<String>,
pub xcode_project: Option<String>,
pub derived_data: Option<String>,
pub test_schemes: Vec<String>,
pub products: Vec<NativeMacosProductConfig>,
}Fields§
§xcodegen_spec: Option<String>§xcode_project: Option<String>§derived_data: Option<String>§test_schemes: Vec<String>§products: Vec<NativeMacosProductConfig>Implementations§
Trait Implementations§
Source§impl Clone for NativeMacosModuleConfig
impl Clone for NativeMacosModuleConfig
Source§fn clone(&self) -> NativeMacosModuleConfig
fn clone(&self) -> NativeMacosModuleConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NativeMacosModuleConfig
impl Debug for NativeMacosModuleConfig
Source§impl Default for NativeMacosModuleConfig
impl Default for NativeMacosModuleConfig
Source§fn default() -> NativeMacosModuleConfig
fn default() -> NativeMacosModuleConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NativeMacosModuleConfig
impl<'de> Deserialize<'de> for NativeMacosModuleConfig
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
impl Eq for NativeMacosModuleConfig
Source§impl PartialEq for NativeMacosModuleConfig
impl PartialEq for NativeMacosModuleConfig
Source§impl Serialize for NativeMacosModuleConfig
impl Serialize for NativeMacosModuleConfig
impl StructuralPartialEq for NativeMacosModuleConfig
Auto Trait Implementations§
impl Freeze for NativeMacosModuleConfig
impl RefUnwindSafe for NativeMacosModuleConfig
impl Send for NativeMacosModuleConfig
impl Sync for NativeMacosModuleConfig
impl Unpin for NativeMacosModuleConfig
impl UnsafeUnpin for NativeMacosModuleConfig
impl UnwindSafe for NativeMacosModuleConfig
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.