pub struct AppSyncAuthMode { /* private fields */ }Trait Implementations§
Source§impl Debug for AppSyncAuthMode
impl Debug for AppSyncAuthMode
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 AppSyncAuthMode
impl RefUnwindSafe for AppSyncAuthMode
impl Send for AppSyncAuthMode
impl Sync for AppSyncAuthMode
impl Unpin for AppSyncAuthMode
impl UnwindSafe for AppSyncAuthMode
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