pub struct A2AValidationLayer;Expand description
Layer that validates A2A protocol requests and responses
Implementations§
Trait Implementations§
Source§impl Clone for A2AValidationLayer
impl Clone for A2AValidationLayer
Source§fn clone(&self) -> A2AValidationLayer
fn clone(&self) -> A2AValidationLayer
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 A2AValidationLayer
impl Debug for A2AValidationLayer
Source§impl Default for A2AValidationLayer
impl Default for A2AValidationLayer
Source§fn default() -> A2AValidationLayer
fn default() -> A2AValidationLayer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for A2AValidationLayer
impl RefUnwindSafe for A2AValidationLayer
impl Send for A2AValidationLayer
impl Sync for A2AValidationLayer
impl Unpin for A2AValidationLayer
impl UnwindSafe for A2AValidationLayer
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