pub struct GetAuthenticatedExtendedCardSuccessResponse {
pub jsonrpc: String,
pub result: AgentCard,
pub id: Option<JSONRPCId>,
}Expand description
Represents a successful JSON-RPC response for the agent/getAuthenticatedExtendedCard method.
Fields§
§jsonrpc: String§result: AgentCard§id: Option<JSONRPCId>Trait Implementations§
Source§impl Clone for GetAuthenticatedExtendedCardSuccessResponse
impl Clone for GetAuthenticatedExtendedCardSuccessResponse
Source§fn clone(&self) -> GetAuthenticatedExtendedCardSuccessResponse
fn clone(&self) -> GetAuthenticatedExtendedCardSuccessResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for GetAuthenticatedExtendedCardSuccessResponse
impl<'de> Deserialize<'de> for GetAuthenticatedExtendedCardSuccessResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GetAuthenticatedExtendedCardSuccessResponse
impl RefUnwindSafe for GetAuthenticatedExtendedCardSuccessResponse
impl Send for GetAuthenticatedExtendedCardSuccessResponse
impl Sync for GetAuthenticatedExtendedCardSuccessResponse
impl Unpin for GetAuthenticatedExtendedCardSuccessResponse
impl UnwindSafe for GetAuthenticatedExtendedCardSuccessResponse
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