pub enum AgentHandlerResultDataResponse {
ImmediateResponse(AgentHandlerRoutingResponseType),
EventualResponse,
Async(AsyncAgentTask),
}
Expand description
Data an agent sends back for a request
Variants§
Auto Trait Implementations§
impl Freeze for AgentHandlerResultDataResponse
impl !RefUnwindSafe for AgentHandlerResultDataResponse
impl Send for AgentHandlerResultDataResponse
impl Sync for AgentHandlerResultDataResponse
impl Unpin for AgentHandlerResultDataResponse
impl !UnwindSafe for AgentHandlerResultDataResponse
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