pub struct CleanResult {
pub archived_count: usize,
pub skills_removed: usize,
pub claude_md_rules_removed: usize,
pub agents_removed: usize,
}Expand description
Result of a clean operation.
Fields§
§archived_count: usize§skills_removed: usize§claude_md_rules_removed: usize§agents_removed: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for CleanResult
impl RefUnwindSafe for CleanResult
impl Send for CleanResult
impl Sync for CleanResult
impl Unpin for CleanResult
impl UnsafeUnpin for CleanResult
impl UnwindSafe for CleanResult
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