pub struct PutBucketPolicy { /* private fields */ }Expand description
Configure an access policy for the bucket.
See the Alibaba Cloud documentation for details.
Implementations§
Auto Trait Implementations§
impl Freeze for PutBucketPolicy
impl !RefUnwindSafe for PutBucketPolicy
impl Send for PutBucketPolicy
impl Sync for PutBucketPolicy
impl Unpin for PutBucketPolicy
impl !UnwindSafe for PutBucketPolicy
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