pub struct GetBucketReplicationOutput {
pub replication_configuration: Option<ReplicationConfiguration>,
}Fields§
§replication_configuration: Option<ReplicationConfiguration>Trait Implementations§
Source§impl Clone for GetBucketReplicationOutput
impl Clone for GetBucketReplicationOutput
Source§fn clone(&self) -> GetBucketReplicationOutput
fn clone(&self) -> GetBucketReplicationOutput
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 GetBucketReplicationOutput
impl Debug for GetBucketReplicationOutput
Source§impl Default for GetBucketReplicationOutput
impl Default for GetBucketReplicationOutput
Source§fn default() -> GetBucketReplicationOutput
fn default() -> GetBucketReplicationOutput
Returns the “default value” for a type. Read more
impl StructuralPartialEq for GetBucketReplicationOutput
Auto Trait Implementations§
impl Freeze for GetBucketReplicationOutput
impl RefUnwindSafe for GetBucketReplicationOutput
impl Send for GetBucketReplicationOutput
impl Sync for GetBucketReplicationOutput
impl Unpin for GetBucketReplicationOutput
impl UnwindSafe for GetBucketReplicationOutput
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