Struct dioxus_studio::config::CrateConfig [−][src]
pub struct CrateConfig {
pub out_dir: PathBuf,
pub crate_dir: PathBuf,
pub workspace_dir: PathBuf,
pub target_dir: PathBuf,
pub static_dir: PathBuf,
pub manifest: Manifest<Value>,
pub executable: ExecutableType,
pub release: bool,
}Fields
out_dir: PathBufcrate_dir: PathBufworkspace_dir: PathBuftarget_dir: PathBufstatic_dir: PathBufmanifest: Manifest<Value>executable: ExecutableTyperelease: boolImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CrateConfig
impl Send for CrateConfig
impl Sync for CrateConfig
impl Unpin for CrateConfig
impl UnwindSafe for CrateConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
