Struct aws_sdk_amplifybackend::types::Settings
source · #[non_exhaustive]pub struct Settings { /* private fields */ }
Expand description
The settings of your MFA configuration for the backend of your Amplify project.
Implementations§
Trait Implementations§
source§impl PartialEq<Settings> for Settings
impl PartialEq<Settings> for Settings
impl StructuralPartialEq for Settings
Auto Trait Implementations§
impl RefUnwindSafe for Settings
impl Send for Settings
impl Sync for Settings
impl Unpin for Settings
impl UnwindSafe for Settings
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