pub struct GooseFixResult {
pub file_path: PathBuf,
pub rule_id: String,
pub success: bool,
pub output: String,
}Expand description
Result of a goose fix attempt.
Fields§
§file_path: PathBuf§rule_id: String§success: bool§output: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for GooseFixResult
impl RefUnwindSafe for GooseFixResult
impl Send for GooseFixResult
impl Sync for GooseFixResult
impl Unpin for GooseFixResult
impl UnsafeUnpin for GooseFixResult
impl UnwindSafe for GooseFixResult
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