pub struct TeamWorkerExternalA2A {
pub endpoint: String,
pub agent_card_url: String,
pub auth: Option<TeamWorkerExternalA2AAuth>,
}Expand description
Delegate this worker to another platform over the A2A protocol.
Fields§
§endpoint: String§agent_card_url: String§auth: Option<TeamWorkerExternalA2AAuth>Trait Implementations§
Source§impl Clone for TeamWorkerExternalA2A
impl Clone for TeamWorkerExternalA2A
Source§fn clone(&self) -> TeamWorkerExternalA2A
fn clone(&self) -> TeamWorkerExternalA2A
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 TeamWorkerExternalA2A
impl Debug for TeamWorkerExternalA2A
Source§impl Default for TeamWorkerExternalA2A
impl Default for TeamWorkerExternalA2A
Source§fn default() -> TeamWorkerExternalA2A
fn default() -> TeamWorkerExternalA2A
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TeamWorkerExternalA2A
impl<'de> Deserialize<'de> for TeamWorkerExternalA2A
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 TeamWorkerExternalA2A
impl PartialEq for TeamWorkerExternalA2A
Source§impl Serialize for TeamWorkerExternalA2A
impl Serialize for TeamWorkerExternalA2A
impl StructuralPartialEq for TeamWorkerExternalA2A
Auto Trait Implementations§
impl Freeze for TeamWorkerExternalA2A
impl RefUnwindSafe for TeamWorkerExternalA2A
impl Send for TeamWorkerExternalA2A
impl Sync for TeamWorkerExternalA2A
impl Unpin for TeamWorkerExternalA2A
impl UnsafeUnpin for TeamWorkerExternalA2A
impl UnwindSafe for TeamWorkerExternalA2A
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