pub enum AiDENsProfile {
ChatOnly,
CodingAgent,
MemoryAgent,
AutonomousDaemon,
ResearchWorkbench,
}Variants§
Implementations§
Source§impl AiDENsProfile
impl AiDENsProfile
pub fn all() -> [Self; 5]
pub fn from_id(profile_id: &str) -> Option<Self>
pub fn id(self) -> &'static str
pub fn product_surface_status(self) -> &'static str
pub fn product_surface_note(self) -> &'static str
pub fn runtime_defaults( self, app_id: impl Into<String>, ) -> Result<AiDENsRuntimeDefaultsV1>
pub fn expand(self, app_id: impl Into<String>) -> Result<AiDENsAppPlanV1>
Trait Implementations§
Source§impl Clone for AiDENsProfile
impl Clone for AiDENsProfile
Source§fn clone(&self) -> AiDENsProfile
fn clone(&self) -> AiDENsProfile
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 moreimpl Copy for AiDENsProfile
Source§impl Debug for AiDENsProfile
impl Debug for AiDENsProfile
impl Eq for AiDENsProfile
Source§impl PartialEq for AiDENsProfile
impl PartialEq for AiDENsProfile
Source§fn eq(&self, other: &AiDENsProfile) -> bool
fn eq(&self, other: &AiDENsProfile) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AiDENsProfile
Auto Trait Implementations§
impl Freeze for AiDENsProfile
impl RefUnwindSafe for AiDENsProfile
impl Send for AiDENsProfile
impl Sync for AiDENsProfile
impl Unpin for AiDENsProfile
impl UnsafeUnpin for AiDENsProfile
impl UnwindSafe for AiDENsProfile
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.