pub struct DesktopVectorSessionMatch {
pub session: SessionSummary,
pub score: f32,
pub chunk_id: String,
pub start_line: u32,
pub end_line: u32,
pub snippet: String,
}Fields§
§session: SessionSummary§score: f32§chunk_id: String§start_line: u32§end_line: u32§snippet: StringTrait Implementations§
Source§impl Clone for DesktopVectorSessionMatch
impl Clone for DesktopVectorSessionMatch
Source§fn clone(&self) -> DesktopVectorSessionMatch
fn clone(&self) -> DesktopVectorSessionMatch
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 DesktopVectorSessionMatch
impl Debug for DesktopVectorSessionMatch
Source§impl<'de> Deserialize<'de> for DesktopVectorSessionMatch
impl<'de> Deserialize<'de> for DesktopVectorSessionMatch
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
Auto Trait Implementations§
impl Freeze for DesktopVectorSessionMatch
impl RefUnwindSafe for DesktopVectorSessionMatch
impl Send for DesktopVectorSessionMatch
impl Sync for DesktopVectorSessionMatch
impl Unpin for DesktopVectorSessionMatch
impl UnsafeUnpin for DesktopVectorSessionMatch
impl UnwindSafe for DesktopVectorSessionMatch
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