pub enum AuthMode {
AmazonCognitoUserPools,
AwsIam,
ApiKey,
OpenidConnect,
AwsLambda,
}Variants§
Trait Implementations§
Source§impl From<AuthMode> for AppSyncAuthMode
impl From<AuthMode> for AppSyncAuthMode
Source§fn from(mode: AuthMode) -> AppSyncAuthMode
fn from(mode: AuthMode) -> AppSyncAuthMode
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AuthMode
impl RefUnwindSafe for AuthMode
impl Send for AuthMode
impl Sync for AuthMode
impl Unpin for AuthMode
impl UnwindSafe for AuthMode
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