Struct aws_types::endpoint_config::UseFips
source · pub struct UseFips(pub bool);Expand description
Newtype for use_fips
Tuple Fields§
§0: boolTrait Implementations§
source§impl Storable for UseFips
impl Storable for UseFips
§type Storer = StoreReplace<UseFips>
type Storer = StoreReplace<UseFips>
Specify how an item is stored in the config bag, e.g.
StoreReplace and StoreAppendAuto Trait Implementations§
impl RefUnwindSafe for UseFips
impl Send for UseFips
impl Sync for UseFips
impl Unpin for UseFips
impl UnwindSafe for UseFips
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