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