Struct aws_lambda_events::alb::ElbContext
source · [−]Expand description
ElbContext
contains the information to identify the ARN invoking the lambda
Fields
target_group_arn: Option<String>
nolint: stylecheck
Trait Implementations
sourceimpl Clone for ElbContext
impl Clone for ElbContext
sourcefn clone(&self) -> ElbContext
fn clone(&self) -> ElbContext
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ElbContext
impl Debug for ElbContext
sourceimpl<'de> Deserialize<'de> for ElbContext
impl<'de> Deserialize<'de> for ElbContext
sourcefn 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
sourceimpl PartialEq<ElbContext> for ElbContext
impl PartialEq<ElbContext> for ElbContext
sourcefn eq(&self, other: &ElbContext) -> bool
fn eq(&self, other: &ElbContext) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ElbContext) -> bool
fn ne(&self, other: &ElbContext) -> bool
This method tests for !=
.
sourceimpl Serialize for ElbContext
impl Serialize for ElbContext
impl StructuralPartialEq for ElbContext
Auto Trait Implementations
impl RefUnwindSafe for ElbContext
impl Send for ElbContext
impl Sync for ElbContext
impl Unpin for ElbContext
impl UnwindSafe for ElbContext
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more