pub struct ContextGeneration {
pub user_scope: String,
pub identity: String,
pub memory: String,
pub integration_guide: String,
pub installed_integrations: String,
pub scope_integrations: String,
}Expand description
Deployment-owned generation vector for independently cacheable context sections.
Fields§
§user_scope: String§identity: String§memory: String§integration_guide: String§installed_integrations: String§scope_integrations: StringImplementations§
Trait Implementations§
Source§impl Clone for ContextGeneration
impl Clone for ContextGeneration
Source§fn clone(&self) -> ContextGeneration
fn clone(&self) -> ContextGeneration
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 ContextGeneration
impl Debug for ContextGeneration
Source§impl Default for ContextGeneration
impl Default for ContextGeneration
Source§fn default() -> ContextGeneration
fn default() -> ContextGeneration
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ContextGeneration
impl<'de> Deserialize<'de> for ContextGeneration
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
impl Eq for ContextGeneration
Source§impl Hash for ContextGeneration
impl Hash for ContextGeneration
Source§impl PartialEq for ContextGeneration
impl PartialEq for ContextGeneration
Source§impl Serialize for ContextGeneration
impl Serialize for ContextGeneration
impl StructuralPartialEq for ContextGeneration
Auto Trait Implementations§
impl Freeze for ContextGeneration
impl RefUnwindSafe for ContextGeneration
impl Send for ContextGeneration
impl Sync for ContextGeneration
impl Unpin for ContextGeneration
impl UnsafeUnpin for ContextGeneration
impl UnwindSafe for ContextGeneration
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