pub struct GetBucketCorsOutput {
pub cors_rules: Vec<CORSRule>,
}Expand description
S3 GetBucketCorsOutput.
Fields§
§cors_rules: Vec<CORSRule>Trait Implementations§
Source§impl Clone for GetBucketCorsOutput
impl Clone for GetBucketCorsOutput
Source§fn clone(&self) -> GetBucketCorsOutput
fn clone(&self) -> GetBucketCorsOutput
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetBucketCorsOutput
impl Debug for GetBucketCorsOutput
Source§impl Default for GetBucketCorsOutput
impl Default for GetBucketCorsOutput
Source§fn default() -> GetBucketCorsOutput
fn default() -> GetBucketCorsOutput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetBucketCorsOutput
impl RefUnwindSafe for GetBucketCorsOutput
impl Send for GetBucketCorsOutput
impl Sync for GetBucketCorsOutput
impl Unpin for GetBucketCorsOutput
impl UnsafeUnpin for GetBucketCorsOutput
impl UnwindSafe for GetBucketCorsOutput
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