pub enum LambdaInvokeMode {
Buffered,
ResponseStream,
}Variants§
Trait Implementations§
Source§impl Clone for LambdaInvokeMode
impl Clone for LambdaInvokeMode
Source§fn clone(&self) -> LambdaInvokeMode
fn clone(&self) -> LambdaInvokeMode
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 LambdaInvokeMode
impl Debug for LambdaInvokeMode
Source§impl Default for LambdaInvokeMode
impl Default for LambdaInvokeMode
Source§fn default() -> LambdaInvokeMode
fn default() -> LambdaInvokeMode
Returns the “default value” for a type. Read more
Source§impl From<&str> for LambdaInvokeMode
impl From<&str> for LambdaInvokeMode
Source§impl PartialEq for LambdaInvokeMode
impl PartialEq for LambdaInvokeMode
impl Copy for LambdaInvokeMode
impl Eq for LambdaInvokeMode
impl StructuralPartialEq for LambdaInvokeMode
Auto Trait Implementations§
impl Freeze for LambdaInvokeMode
impl RefUnwindSafe for LambdaInvokeMode
impl Send for LambdaInvokeMode
impl Sync for LambdaInvokeMode
impl Unpin for LambdaInvokeMode
impl UnwindSafe for LambdaInvokeMode
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