pub struct CreateAgentResponse {
pub agent: NarrativeAgent,
}Expand description
Response for create agent endpoint
Fields§
§agent: NarrativeAgentCreated agent
Trait Implementations§
Source§impl Debug for CreateAgentResponse
impl Debug for CreateAgentResponse
Auto Trait Implementations§
impl Freeze for CreateAgentResponse
impl RefUnwindSafe for CreateAgentResponse
impl Send for CreateAgentResponse
impl Sync for CreateAgentResponse
impl Unpin for CreateAgentResponse
impl UnsafeUnpin for CreateAgentResponse
impl UnwindSafe for CreateAgentResponse
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