pub struct PutObjectAcl { /* private fields */ }Expand description
Set the object’s ACL
See the Alibaba Cloud documentation for details
Implementations§
Auto Trait Implementations§
impl Freeze for PutObjectAcl
impl !RefUnwindSafe for PutObjectAcl
impl Send for PutObjectAcl
impl Sync for PutObjectAcl
impl Unpin for PutObjectAcl
impl !UnwindSafe for PutObjectAcl
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