pub struct SideQueryMemorySelection {
pub filenames: Vec<String>,
pub reasoning: String,
}Expand description
Parsed memory selection result from side query response.
Fields§
§filenames: Vec<String>§reasoning: StringImplementations§
Source§impl SideQueryMemorySelection
impl SideQueryMemorySelection
pub fn from_response(response: &str) -> Self
Trait Implementations§
Source§impl Clone for SideQueryMemorySelection
impl Clone for SideQueryMemorySelection
Source§fn clone(&self) -> SideQueryMemorySelection
fn clone(&self) -> SideQueryMemorySelection
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 moreAuto Trait Implementations§
impl Freeze for SideQueryMemorySelection
impl RefUnwindSafe for SideQueryMemorySelection
impl Send for SideQueryMemorySelection
impl Sync for SideQueryMemorySelection
impl Unpin for SideQueryMemorySelection
impl UnsafeUnpin for SideQueryMemorySelection
impl UnwindSafe for SideQueryMemorySelection
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