pub struct AiDENsRuntimeDefaultsV1 {Show 14 fields
pub app_id: String,
pub profile_id: String,
pub support_tier: String,
pub provider_route: String,
pub receipt_store_root: Option<String>,
pub sandbox_root: String,
pub receipt_level: ReportLevelV1,
pub enabled_tool_bundles: Vec<String>,
pub disabled_tool_bundles: Vec<String>,
pub permit_policy: String,
pub hidden_defaults: bool,
pub memory_mode: MemoryModeV1,
pub governance_enabled: bool,
pub kernel_reasoning_enabled: bool,
}Fields§
§app_id: String§profile_id: String§support_tier: String§provider_route: String§receipt_store_root: Option<String>§sandbox_root: String§receipt_level: ReportLevelV1§enabled_tool_bundles: Vec<String>§disabled_tool_bundles: Vec<String>§permit_policy: String§memory_mode: MemoryModeV1§governance_enabled: bool§kernel_reasoning_enabled: boolTrait Implementations§
Source§impl Clone for AiDENsRuntimeDefaultsV1
impl Clone for AiDENsRuntimeDefaultsV1
Source§fn clone(&self) -> AiDENsRuntimeDefaultsV1
fn clone(&self) -> AiDENsRuntimeDefaultsV1
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 AiDENsRuntimeDefaultsV1
impl Debug for AiDENsRuntimeDefaultsV1
impl Eq for AiDENsRuntimeDefaultsV1
Source§impl PartialEq for AiDENsRuntimeDefaultsV1
impl PartialEq for AiDENsRuntimeDefaultsV1
Source§fn eq(&self, other: &AiDENsRuntimeDefaultsV1) -> bool
fn eq(&self, other: &AiDENsRuntimeDefaultsV1) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AiDENsRuntimeDefaultsV1
Auto Trait Implementations§
impl Freeze for AiDENsRuntimeDefaultsV1
impl RefUnwindSafe for AiDENsRuntimeDefaultsV1
impl Send for AiDENsRuntimeDefaultsV1
impl Sync for AiDENsRuntimeDefaultsV1
impl Unpin for AiDENsRuntimeDefaultsV1
impl UnsafeUnpin for AiDENsRuntimeDefaultsV1
impl UnwindSafe for AiDENsRuntimeDefaultsV1
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.