Struct rusoto_s3::AccessControlTranslation [−][src]
A container for information about access control for replicas.
Fields
owner: String
Specifies the replica ownership. For default and valid values, see PUT bucket replication in the Amazon Simple Storage Service API Reference.
Trait Implementations
impl Clone for AccessControlTranslation
[src][+]
impl Debug for AccessControlTranslation
[src][+]
impl Default for AccessControlTranslation
[src][+]
impl PartialEq<AccessControlTranslation> for AccessControlTranslation
[src][+]
impl StructuralPartialEq for AccessControlTranslation
[src]
Auto Trait Implementations
impl RefUnwindSafe for AccessControlTranslation
impl Send for AccessControlTranslation
impl Sync for AccessControlTranslation
impl Unpin for AccessControlTranslation
impl UnwindSafe for AccessControlTranslation
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T> Sealed<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,