pub struct ResolvedFeaturePolicy {
pub memory_enabled: bool,
pub knowledge_enabled: bool,
pub plan_tool_enabled: bool,
pub stable_core_tool_ids: Vec<String>,
}Fields§
§memory_enabled: bool§knowledge_enabled: bool§plan_tool_enabled: bool§stable_core_tool_ids: Vec<String>Trait Implementations§
Source§impl Clone for ResolvedFeaturePolicy
impl Clone for ResolvedFeaturePolicy
Source§fn clone(&self) -> ResolvedFeaturePolicy
fn clone(&self) -> ResolvedFeaturePolicy
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 ResolvedFeaturePolicy
impl Debug for ResolvedFeaturePolicy
Source§impl<'de> Deserialize<'de> for ResolvedFeaturePolicy
impl<'de> Deserialize<'de> for ResolvedFeaturePolicy
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 ResolvedFeaturePolicy
Source§impl PartialEq for ResolvedFeaturePolicy
impl PartialEq for ResolvedFeaturePolicy
Source§impl Serialize for ResolvedFeaturePolicy
impl Serialize for ResolvedFeaturePolicy
impl StructuralPartialEq for ResolvedFeaturePolicy
Auto Trait Implementations§
impl Freeze for ResolvedFeaturePolicy
impl RefUnwindSafe for ResolvedFeaturePolicy
impl Send for ResolvedFeaturePolicy
impl Sync for ResolvedFeaturePolicy
impl Unpin for ResolvedFeaturePolicy
impl UnsafeUnpin for ResolvedFeaturePolicy
impl UnwindSafe for ResolvedFeaturePolicy
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