pub struct AIPatch {
pub llm_file_path: String,
pub search_content: String,
pub replace_content: String,
pub indent: String,
pub raw_block: String,
}Fields§
§llm_file_path: String§search_content: String§replace_content: String§indent: String§raw_block: StringTrait Implementations§
impl StructuralPartialEq for AIPatch
Auto Trait Implementations§
impl Freeze for AIPatch
impl RefUnwindSafe for AIPatch
impl Send for AIPatch
impl Sync for AIPatch
impl Unpin for AIPatch
impl UnwindSafe for AIPatch
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