pub struct LambdaA2aHandler { /* private fields */ }Expand description
Lambda handler wrapping the axum Router.
Implementations§
Trait Implementations§
Source§impl Clone for LambdaA2aHandler
impl Clone for LambdaA2aHandler
Source§fn clone(&self) -> LambdaA2aHandler
fn clone(&self) -> LambdaA2aHandler
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 moreAuto Trait Implementations§
impl Freeze for LambdaA2aHandler
impl !RefUnwindSafe for LambdaA2aHandler
impl Send for LambdaA2aHandler
impl Sync for LambdaA2aHandler
impl Unpin for LambdaA2aHandler
impl UnsafeUnpin for LambdaA2aHandler
impl !UnwindSafe for LambdaA2aHandler
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