pub struct PutBucketCorsOutput {}Trait Implementations§
Source§impl Clone for PutBucketCorsOutput
impl Clone for PutBucketCorsOutput
Source§fn clone(&self) -> PutBucketCorsOutput
fn clone(&self) -> PutBucketCorsOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PutBucketCorsOutput
impl Debug for PutBucketCorsOutput
Source§impl Default for PutBucketCorsOutput
impl Default for PutBucketCorsOutput
Source§fn default() -> PutBucketCorsOutput
fn default() -> PutBucketCorsOutput
Returns the “default value” for a type. Read more
Source§impl PartialEq for PutBucketCorsOutput
impl PartialEq for PutBucketCorsOutput
Source§fn eq(&self, other: &PutBucketCorsOutput) -> bool
fn eq(&self, other: &PutBucketCorsOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PutBucketCorsOutput
Auto Trait Implementations§
impl Freeze for PutBucketCorsOutput
impl RefUnwindSafe for PutBucketCorsOutput
impl Send for PutBucketCorsOutput
impl Sync for PutBucketCorsOutput
impl Unpin for PutBucketCorsOutput
impl UnsafeUnpin for PutBucketCorsOutput
impl UnwindSafe for PutBucketCorsOutput
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