Struct rusoto_s3::AccessControlTranslation [−][src]
pub struct AccessControlTranslation {
pub owner: String,
}Expand description
A container for information about access control for replicas.
Fields
owner: StringSpecifies the replica ownership. For default and valid values, see PUT bucket replication in the Amazon S3 API Reference.
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more