pub struct A2AAgentCardProvider {
pub organization: Option<String>,
pub url: Option<String>,
}Fields§
§organization: Option<String>§url: Option<String>Implementations§
Source§impl A2AAgentCardProvider
impl A2AAgentCardProvider
pub fn new() -> A2AAgentCardProvider
Trait Implementations§
Source§impl Clone for A2AAgentCardProvider
impl Clone for A2AAgentCardProvider
Source§fn clone(&self) -> A2AAgentCardProvider
fn clone(&self) -> A2AAgentCardProvider
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 A2AAgentCardProvider
impl Debug for A2AAgentCardProvider
Source§impl Default for A2AAgentCardProvider
impl Default for A2AAgentCardProvider
Source§fn default() -> A2AAgentCardProvider
fn default() -> A2AAgentCardProvider
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for A2AAgentCardProvider
impl<'de> Deserialize<'de> for A2AAgentCardProvider
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
Source§impl PartialEq for A2AAgentCardProvider
impl PartialEq for A2AAgentCardProvider
Source§fn eq(&self, other: &A2AAgentCardProvider) -> bool
fn eq(&self, other: &A2AAgentCardProvider) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for A2AAgentCardProvider
impl Serialize for A2AAgentCardProvider
impl StructuralPartialEq for A2AAgentCardProvider
Auto Trait Implementations§
impl Freeze for A2AAgentCardProvider
impl RefUnwindSafe for A2AAgentCardProvider
impl Send for A2AAgentCardProvider
impl Sync for A2AAgentCardProvider
impl Unpin for A2AAgentCardProvider
impl UnsafeUnpin for A2AAgentCardProvider
impl UnwindSafe for A2AAgentCardProvider
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