pub struct AgentAsyncResultRequest { /* private fields */ }Expand description
Frozen request body for POST /v1/agents/async-result.
Implementations§
Trait Implementations§
Source§impl Clone for AgentAsyncResultRequest
impl Clone for AgentAsyncResultRequest
Source§fn clone(&self) -> AgentAsyncResultRequest
fn clone(&self) -> AgentAsyncResultRequest
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 AgentAsyncResultRequest
impl Debug for AgentAsyncResultRequest
Auto Trait Implementations§
impl Freeze for AgentAsyncResultRequest
impl RefUnwindSafe for AgentAsyncResultRequest
impl Send for AgentAsyncResultRequest
impl Sync for AgentAsyncResultRequest
impl Unpin for AgentAsyncResultRequest
impl UnsafeUnpin for AgentAsyncResultRequest
impl UnwindSafe for AgentAsyncResultRequest
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