pub struct CookArgs {Show 14 fields
pub profile: OptimisationProfile,
pub check: bool,
pub default_features: DefaultFeatures,
pub features: Option<HashSet<String>>,
pub unstable_features: Option<HashSet<String>>,
pub target: Option<String>,
pub target_dir: Option<PathBuf>,
pub target_args: TargetArgs,
pub manifest_path: Option<PathBuf>,
pub package: Option<String>,
pub workspace: bool,
pub offline: bool,
pub no_std: bool,
pub bin: Option<String>,
}Fields
profile: OptimisationProfilecheck: booldefault_features: DefaultFeaturesfeatures: Option<HashSet<String>>unstable_features: Option<HashSet<String>>target: Option<String>target_dir: Option<PathBuf>target_args: TargetArgsmanifest_path: Option<PathBuf>package: Option<String>workspace: booloffline: boolno_std: boolbin: Option<String>Auto Trait Implementations
impl RefUnwindSafe for CookArgs
impl Send for CookArgs
impl Sync for CookArgs
impl Unpin for CookArgs
impl UnwindSafe for CookArgs
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