pub struct AgentPendingResponse {
pub agent_id: String,
pub async_id: String,
}Expand description
Pending asynchronous Agent invocation.
Fields§
§agent_id: StringAgent identifier.
async_id: StringIdentifier used to poll the async-result operation.
Trait Implementations§
Source§impl Clone for AgentPendingResponse
impl Clone for AgentPendingResponse
Source§fn clone(&self) -> AgentPendingResponse
fn clone(&self) -> AgentPendingResponse
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 moreSource§impl Debug for AgentPendingResponse
impl Debug for AgentPendingResponse
Auto Trait Implementations§
impl Freeze for AgentPendingResponse
impl RefUnwindSafe for AgentPendingResponse
impl Send for AgentPendingResponse
impl Sync for AgentPendingResponse
impl Unpin for AgentPendingResponse
impl UnsafeUnpin for AgentPendingResponse
impl UnwindSafe for AgentPendingResponse
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