pub struct ConfigContext {
pub option: ConfigOption,
pub spec: ConfigSpec,
pub output_path: PathBuf,
pub force: bool,
pub auto_yes: bool,
pub dry_run: bool,
pub hidden: bool,
pub with_rules: bool,
pub registry_options: RegistryOptions,
}Fields§
§option: ConfigOption§spec: ConfigSpec§output_path: PathBuf§force: bool§auto_yes: bool§dry_run: bool§with_rules: bool§registry_options: RegistryOptionsAuto Trait Implementations§
impl Freeze for ConfigContext
impl RefUnwindSafe for ConfigContext
impl Send for ConfigContext
impl Sync for ConfigContext
impl Unpin for ConfigContext
impl UnsafeUnpin for ConfigContext
impl UnwindSafe for ConfigContext
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