pub struct RelateMemoryQuery {
pub about: String,
pub dimensions: DimensionSelection,
pub temporal: TemporalSelection,
pub token_budget: u32,
pub depth: u32,
pub max_tier: Option<ResolutionTier>,
pub page: RelatePageRequest,
}Expand description
What memories of several abouts have to do with each other: the abouts the selection names or resolves, read within one span on one clock.
Fields§
§about: String§dimensions: DimensionSelection§temporal: TemporalSelectionThe span and clock the facts fall within; the memory’s frontier when the caller named none.
token_budget: u32§depth: u32§max_tier: Option<ResolutionTier>§page: RelatePageRequestTrait Implementations§
Source§impl Clone for RelateMemoryQuery
impl Clone for RelateMemoryQuery
Source§fn clone(&self) -> RelateMemoryQuery
fn clone(&self) -> RelateMemoryQuery
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RelateMemoryQuery
impl Debug for RelateMemoryQuery
impl Eq for RelateMemoryQuery
Source§impl PartialEq for RelateMemoryQuery
impl PartialEq for RelateMemoryQuery
impl StructuralPartialEq for RelateMemoryQuery
Auto Trait Implementations§
impl Freeze for RelateMemoryQuery
impl RefUnwindSafe for RelateMemoryQuery
impl Send for RelateMemoryQuery
impl Sync for RelateMemoryQuery
impl Unpin for RelateMemoryQuery
impl UnsafeUnpin for RelateMemoryQuery
impl UnwindSafe for RelateMemoryQuery
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