pub struct LambdaRequest {
pub lambda: Option<Box<Lambda>>,
}
Expand description
LambdaRequest : Lambda API request object.
Fields§
§lambda: Option<Box<Lambda>>
Implementations§
source§impl LambdaRequest
impl LambdaRequest
sourcepub fn new() -> LambdaRequest
pub fn new() -> LambdaRequest
Lambda API request object.
Trait Implementations§
source§impl Clone for LambdaRequest
impl Clone for LambdaRequest
source§fn clone(&self) -> LambdaRequest
fn clone(&self) -> LambdaRequest
Returns a copy 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 LambdaRequest
impl Debug for LambdaRequest
source§impl Default for LambdaRequest
impl Default for LambdaRequest
source§fn default() -> LambdaRequest
fn default() -> LambdaRequest
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for LambdaRequest
impl<'de> Deserialize<'de> for LambdaRequest
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for LambdaRequest
impl PartialEq for LambdaRequest
source§fn eq(&self, other: &LambdaRequest) -> bool
fn eq(&self, other: &LambdaRequest) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for LambdaRequest
impl Serialize for LambdaRequest
impl StructuralPartialEq for LambdaRequest
Auto Trait Implementations§
impl RefUnwindSafe for LambdaRequest
impl Send for LambdaRequest
impl Sync for LambdaRequest
impl Unpin for LambdaRequest
impl UnwindSafe for LambdaRequest
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