pub enum ExternalAgentProtocol {
A2aJsonRpc,
}Variants§
A2aJsonRpc
Trait Implementations§
Source§impl Clone for ExternalAgentProtocol
impl Clone for ExternalAgentProtocol
Source§fn clone(&self) -> ExternalAgentProtocol
fn clone(&self) -> ExternalAgentProtocol
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 Debug for ExternalAgentProtocol
impl Debug for ExternalAgentProtocol
Source§impl<'de> Deserialize<'de> for ExternalAgentProtocol
impl<'de> Deserialize<'de> for ExternalAgentProtocol
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 ExternalAgentProtocol
impl RefUnwindSafe for ExternalAgentProtocol
impl Send for ExternalAgentProtocol
impl Sync for ExternalAgentProtocol
impl Unpin for ExternalAgentProtocol
impl UnsafeUnpin for ExternalAgentProtocol
impl UnwindSafe for ExternalAgentProtocol
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