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