pub struct CreateAgentResponse { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for CreateAgentResponse
impl Clone for CreateAgentResponse
Source§fn clone(&self) -> CreateAgentResponse
fn clone(&self) -> CreateAgentResponse
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 CreateAgentResponse
impl Debug for CreateAgentResponse
Source§impl Default for CreateAgentResponse
impl Default for CreateAgentResponse
Source§impl From<CreateAgentResponse> for CreateAgentResponse
impl From<CreateAgentResponse> for CreateAgentResponse
Source§fn from(value: CreateAgentResponse) -> Self
fn from(value: CreateAgentResponse) -> Self
Converts to this type from the input type.
Source§impl TryFrom<CreateAgentResponse> for CreateAgentResponse
impl TryFrom<CreateAgentResponse> for CreateAgentResponse
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: CreateAgentResponse) -> Result<Self, ConversionError>
fn try_from(value: CreateAgentResponse) -> Result<Self, ConversionError>
Performs the conversion.
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