Struct aws_sdk_s3::output::GetBucketCorsOutput
source · [−]#[non_exhaustive]pub struct GetBucketCorsOutput { /* private fields */ }
Implementations
sourceimpl GetBucketCorsOutput
impl GetBucketCorsOutput
sourcepub fn cors_rules(&self) -> Option<&[CorsRule]>
pub fn cors_rules(&self) -> Option<&[CorsRule]>
A set of origins and methods (cross-origin access that you want to allow). You can add up to 100 rules to the configuration.
sourceimpl GetBucketCorsOutput
impl GetBucketCorsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetBucketCorsOutput
.
Trait Implementations
sourceimpl Clone for GetBucketCorsOutput
impl Clone for GetBucketCorsOutput
sourcefn clone(&self) -> GetBucketCorsOutput
fn clone(&self) -> GetBucketCorsOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GetBucketCorsOutput
impl Debug for GetBucketCorsOutput
sourceimpl PartialEq<GetBucketCorsOutput> for GetBucketCorsOutput
impl PartialEq<GetBucketCorsOutput> for GetBucketCorsOutput
sourcefn eq(&self, other: &GetBucketCorsOutput) -> bool
fn eq(&self, other: &GetBucketCorsOutput) -> bool
impl StructuralPartialEq for GetBucketCorsOutput
Auto Trait Implementations
impl RefUnwindSafe for GetBucketCorsOutput
impl Send for GetBucketCorsOutput
impl Sync for GetBucketCorsOutput
impl Unpin for GetBucketCorsOutput
impl UnwindSafe for GetBucketCorsOutput
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