pub struct ProcessedDiffBlock {
pub llm_file_path: String,
pub unified_diff: String,
}Fields§
§llm_file_path: String§unified_diff: StringTrait Implementations§
Source§impl Clone for ProcessedDiffBlock
impl Clone for ProcessedDiffBlock
Source§fn clone(&self) -> ProcessedDiffBlock
fn clone(&self) -> ProcessedDiffBlock
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ProcessedDiffBlock
impl Debug for ProcessedDiffBlock
Source§impl<'de> Deserialize<'de> for ProcessedDiffBlock
impl<'de> Deserialize<'de> for ProcessedDiffBlock
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ProcessedDiffBlock
impl PartialEq for ProcessedDiffBlock
Source§impl Serialize for ProcessedDiffBlock
impl Serialize for ProcessedDiffBlock
impl StructuralPartialEq for ProcessedDiffBlock
Auto Trait Implementations§
impl Freeze for ProcessedDiffBlock
impl RefUnwindSafe for ProcessedDiffBlock
impl Send for ProcessedDiffBlock
impl Sync for ProcessedDiffBlock
impl Unpin for ProcessedDiffBlock
impl UnwindSafe for ProcessedDiffBlock
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