pub struct TakeoverResult {
pub spec_id: String,
pub analysis: String,
pub log_tail: String,
pub suggestion: String,
pub worktree_path: Option<String>,
}Expand description
Result of a takeover operation
Fields§
§spec_id: String§analysis: String§log_tail: String§suggestion: String§worktree_path: Option<String>Auto Trait Implementations§
impl Freeze for TakeoverResult
impl RefUnwindSafe for TakeoverResult
impl Send for TakeoverResult
impl Sync for TakeoverResult
impl Unpin for TakeoverResult
impl UnwindSafe for TakeoverResult
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