pub enum ObjectACLRole {
READER,
OWNER,
}Expand description
A set of properties to return in a response.
Variants§
Trait Implementations§
Source§impl Clone for ObjectACLRole
impl Clone for ObjectACLRole
Source§fn clone(&self) -> ObjectACLRole
fn clone(&self) -> ObjectACLRole
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 ObjectACLRole
impl Debug for ObjectACLRole
Source§impl Default for ObjectACLRole
impl Default for ObjectACLRole
Source§fn default() -> ObjectACLRole
fn default() -> ObjectACLRole
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ObjectACLRole
impl<'de> Deserialize<'de> for ObjectACLRole
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 ObjectACLRole
impl Hash for ObjectACLRole
Source§impl Ord for ObjectACLRole
impl Ord for ObjectACLRole
Source§fn cmp(&self, other: &ObjectACLRole) -> Ordering
fn cmp(&self, other: &ObjectACLRole) -> 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 ObjectACLRole
impl PartialEq for ObjectACLRole
Source§impl PartialOrd for ObjectACLRole
impl PartialOrd for ObjectACLRole
Source§impl Serialize for ObjectACLRole
impl Serialize for ObjectACLRole
impl Copy for ObjectACLRole
impl Eq for ObjectACLRole
impl StructuralPartialEq for ObjectACLRole
Auto Trait Implementations§
impl Freeze for ObjectACLRole
impl RefUnwindSafe for ObjectACLRole
impl Send for ObjectACLRole
impl Sync for ObjectACLRole
impl Unpin for ObjectACLRole
impl UnwindSafe for ObjectACLRole
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