pub struct AgentExamples;
Expand description
Example agent configurations and usage patterns
Implementations§
Source§impl AgentExamples
Basic agent usage example
impl AgentExamples
Basic agent usage example
Sourcepub fn basic_example() -> &'static str
pub fn basic_example() -> &'static str
Create a simple agent example
Sourcepub fn advanced_example() -> &'static str
pub fn advanced_example() -> &'static str
Advanced agent usage example
Auto Trait Implementations§
impl Freeze for AgentExamples
impl RefUnwindSafe for AgentExamples
impl Send for AgentExamples
impl Sync for AgentExamples
impl Unpin for AgentExamples
impl UnwindSafe for AgentExamples
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