pub struct OwnershipControls {
pub rules: Vec<OwnershipControlsRule>,
}Expand description
S3 OwnershipControls.
Fields§
§rules: Vec<OwnershipControlsRule>Trait Implementations§
Source§impl Clone for OwnershipControls
impl Clone for OwnershipControls
Source§fn clone(&self) -> OwnershipControls
fn clone(&self) -> OwnershipControls
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 OwnershipControls
impl Debug for OwnershipControls
Source§impl Default for OwnershipControls
impl Default for OwnershipControls
Source§fn default() -> OwnershipControls
fn default() -> OwnershipControls
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OwnershipControls
impl RefUnwindSafe for OwnershipControls
impl Send for OwnershipControls
impl Sync for OwnershipControls
impl Unpin for OwnershipControls
impl UnsafeUnpin for OwnershipControls
impl UnwindSafe for OwnershipControls
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