pub struct InstallResult {
pub claude_json_path: PathBuf,
pub claude_json_changed: bool,
pub settings_json_path: Option<PathBuf>,
pub settings_json_changed: bool,
pub claude_md_path: PathBuf,
pub claude_md_changed: bool,
pub initialized: bool,
pub init_message: String,
}Fields§
§claude_json_path: PathBuf§claude_json_changed: bool§settings_json_path: Option<PathBuf>§settings_json_changed: bool§claude_md_path: PathBuf§claude_md_changed: bool§initialized: bool§init_message: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for InstallResult
impl RefUnwindSafe for InstallResult
impl Send for InstallResult
impl Sync for InstallResult
impl Unpin for InstallResult
impl UnsafeUnpin for InstallResult
impl UnwindSafe for InstallResult
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