pub struct AgentLib;Expand description
The agent runtime library, registering agent functions, tools, and CLI
exports as a loadable SIM Lib.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AgentLib
impl RefUnwindSafe for AgentLib
impl Send for AgentLib
impl Sync for AgentLib
impl Unpin for AgentLib
impl UnsafeUnpin for AgentLib
impl UnwindSafe for AgentLib
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