pub struct RemoteA2aAgentBuilder { /* private fields */ }Expand description
Builder for RemoteA2aAgent
Implementations§
Auto Trait Implementations§
impl Freeze for RemoteA2aAgentBuilder
impl RefUnwindSafe for RemoteA2aAgentBuilder
impl Send for RemoteA2aAgentBuilder
impl Sync for RemoteA2aAgentBuilder
impl Unpin for RemoteA2aAgentBuilder
impl UnwindSafe for RemoteA2aAgentBuilder
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more