Struct rusoto_s3::OwnershipControls [−][src]
pub struct OwnershipControls {
pub rules: Vec<OwnershipControlsRule>,
}Expand description
The container element for a bucket's ownership controls.
Fields
rules: Vec<OwnershipControlsRule>The container element for an ownership control rule.
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 OwnershipControls
impl Send for OwnershipControls
impl Sync for OwnershipControls
impl Unpin for OwnershipControls
impl UnwindSafe for OwnershipControls
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