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