pub struct AgentCreated {
pub agent: Agent,
pub api_key: String,
}Fields§
§agent: Agent§api_key: StringTrait Implementations§
Source§impl Debug for AgentCreated
impl Debug for AgentCreated
Auto Trait Implementations§
impl Freeze for AgentCreated
impl RefUnwindSafe for AgentCreated
impl Send for AgentCreated
impl Sync for AgentCreated
impl Unpin for AgentCreated
impl UnsafeUnpin for AgentCreated
impl UnwindSafe for AgentCreated
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