pub struct LambdaHttpCore {}
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LambdaHttpCore
impl RefUnwindSafe for LambdaHttpCore
impl Send for LambdaHttpCore
impl Sync for LambdaHttpCore
impl Unpin for LambdaHttpCore
impl UnwindSafe for LambdaHttpCore
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