pub enum BucketAcl {
Private,
PublicRead,
PublicReadWrite,
AuthenticatedRead,
}
Expand description
存储桶ACL类型
Variants§
Trait Implementations§
impl Copy for BucketAcl
Auto Trait Implementations§
impl Freeze for BucketAcl
impl RefUnwindSafe for BucketAcl
impl Send for BucketAcl
impl Sync for BucketAcl
impl Unpin for BucketAcl
impl UnwindSafe for BucketAcl
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