Struct aws_sdk_s3control::model::Region
source · [−]#[non_exhaustive]pub struct Region { /* private fields */ }Expand description
A Region that supports a Multi-Region Access Point as well as the associated bucket for the Region.
Implementations
Trait Implementations
impl StructuralPartialEq for Region
Auto Trait Implementations
impl RefUnwindSafe for Region
impl Send for Region
impl Sync for Region
impl Unpin for Region
impl UnwindSafe for Region
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