pub struct NativeWindowsModuleConfig {
pub cargo_manifest_path: Option<String>,
pub cargo_package: Option<String>,
pub features: Vec<String>,
pub no_default_features: bool,
pub nuget_packages_config: Option<String>,
pub nuget_packages_directory: Option<String>,
pub msbuild_project: Option<String>,
pub platform: Option<String>,
pub build_target: Option<String>,
pub test_binaries: Vec<String>,
pub products: Vec<NativeWindowsProductConfig>,
}Fields§
§cargo_manifest_path: Option<String>§cargo_package: Option<String>§features: Vec<String>§no_default_features: bool§nuget_packages_config: Option<String>§nuget_packages_directory: Option<String>§msbuild_project: Option<String>§platform: Option<String>§build_target: Option<String>§test_binaries: Vec<String>§products: Vec<NativeWindowsProductConfig>Implementations§
Trait Implementations§
Source§impl Clone for NativeWindowsModuleConfig
impl Clone for NativeWindowsModuleConfig
Source§fn clone(&self) -> NativeWindowsModuleConfig
fn clone(&self) -> NativeWindowsModuleConfig
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 NativeWindowsModuleConfig
impl Debug for NativeWindowsModuleConfig
Source§impl Default for NativeWindowsModuleConfig
impl Default for NativeWindowsModuleConfig
Source§fn default() -> NativeWindowsModuleConfig
fn default() -> NativeWindowsModuleConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NativeWindowsModuleConfig
impl<'de> Deserialize<'de> for NativeWindowsModuleConfig
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 NativeWindowsModuleConfig
impl StructuralPartialEq for NativeWindowsModuleConfig
Auto Trait Implementations§
impl Freeze for NativeWindowsModuleConfig
impl RefUnwindSafe for NativeWindowsModuleConfig
impl Send for NativeWindowsModuleConfig
impl Sync for NativeWindowsModuleConfig
impl Unpin for NativeWindowsModuleConfig
impl UnsafeUnpin for NativeWindowsModuleConfig
impl UnwindSafe for NativeWindowsModuleConfig
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.