pub struct AdapterOptions {
pub body_limit: usize,
}Expand description
Runtime configuration for the Lambda adapter.
Fields§
§body_limit: usizeMaximum accepted request body size in bytes.
Trait Implementations§
Source§impl Clone for AdapterOptions
impl Clone for AdapterOptions
Source§fn clone(&self) -> AdapterOptions
fn clone(&self) -> AdapterOptions
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 AdapterOptions
impl Debug for AdapterOptions
Auto Trait Implementations§
impl Freeze for AdapterOptions
impl RefUnwindSafe for AdapterOptions
impl Send for AdapterOptions
impl Sync for AdapterOptions
impl Unpin for AdapterOptions
impl UnsafeUnpin for AdapterOptions
impl UnwindSafe for AdapterOptions
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