pub struct AppSyncLambdaAuthorizerRequest {
pub authorization_token: Option<String>,
pub request_context: AppSyncLambdaAuthorizerRequestContext,
}Expand description
AppSyncLambdaAuthorizerRequest contains an authorization request from AppSync.
Fields
request_context: AppSyncLambdaAuthorizerRequestContextTrait Implementations
sourceimpl Clone for AppSyncLambdaAuthorizerRequest
impl Clone for AppSyncLambdaAuthorizerRequest
sourcefn clone(&self) -> AppSyncLambdaAuthorizerRequest
fn clone(&self) -> AppSyncLambdaAuthorizerRequest
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 moresourceimpl<'de> Deserialize<'de> for AppSyncLambdaAuthorizerRequest
impl<'de> Deserialize<'de> for AppSyncLambdaAuthorizerRequest
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<AppSyncLambdaAuthorizerRequest> for AppSyncLambdaAuthorizerRequest
impl PartialEq<AppSyncLambdaAuthorizerRequest> for AppSyncLambdaAuthorizerRequest
sourcefn eq(&self, other: &AppSyncLambdaAuthorizerRequest) -> bool
fn eq(&self, other: &AppSyncLambdaAuthorizerRequest) -> bool
impl StructuralPartialEq for AppSyncLambdaAuthorizerRequest
Auto Trait Implementations
impl RefUnwindSafe for AppSyncLambdaAuthorizerRequest
impl Send for AppSyncLambdaAuthorizerRequest
impl Sync for AppSyncLambdaAuthorizerRequest
impl Unpin for AppSyncLambdaAuthorizerRequest
impl UnwindSafe for AppSyncLambdaAuthorizerRequest
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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