pub enum BucketACLRole {
OWNER,
READER,
WRITER,
}Expand description
A set of properties to return in a response.
Variants§
Trait Implementations§
source§impl Clone for BucketACLRole
impl Clone for BucketACLRole
source§fn clone(&self) -> BucketACLRole
fn clone(&self) -> BucketACLRole
Returns a copy 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 BucketACLRole
impl Debug for BucketACLRole
source§impl Default for BucketACLRole
impl Default for BucketACLRole
source§impl<'de> Deserialize<'de> for BucketACLRole
impl<'de> Deserialize<'de> for BucketACLRole
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for BucketACLRole
impl Hash for BucketACLRole
source§impl Ord for BucketACLRole
impl Ord for BucketACLRole
source§fn cmp(&self, other: &BucketACLRole) -> Ordering
fn cmp(&self, other: &BucketACLRole) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for BucketACLRole
impl PartialEq for BucketACLRole
source§impl PartialOrd for BucketACLRole
impl PartialOrd for BucketACLRole
source§impl Serialize for BucketACLRole
impl Serialize for BucketACLRole
impl Copy for BucketACLRole
impl Eq for BucketACLRole
impl StructuralPartialEq for BucketACLRole
Auto Trait Implementations§
impl Freeze for BucketACLRole
impl RefUnwindSafe for BucketACLRole
impl Send for BucketACLRole
impl Sync for BucketACLRole
impl Unpin for BucketACLRole
impl UnwindSafe for BucketACLRole
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)