pub enum AclOperation {
All,
Read,
Write,
Create,
Delete,
Alter,
Describe,
ClusterAction,
DescribeConfigs,
AlterConfigs,
IdempotentWrite,
}Variants§
All
Read
Write
Create
Delete
Alter
Describe
ClusterAction
DescribeConfigs
AlterConfigs
IdempotentWrite
Trait Implementations§
Source§impl Clone for AclOperation
impl Clone for AclOperation
Source§fn clone(&self) -> AclOperation
fn clone(&self) -> AclOperation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AclOperation
Source§impl Debug for AclOperation
impl Debug for AclOperation
impl Eq for AclOperation
Source§impl Hash for AclOperation
impl Hash for AclOperation
Source§impl Ord for AclOperation
impl Ord for AclOperation
Source§fn cmp(&self, other: &AclOperation) -> Ordering
fn cmp(&self, other: &AclOperation) -> Ordering
1.21.0 (const: unstable) · 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 AclOperation
impl PartialEq for AclOperation
Source§fn eq(&self, other: &AclOperation) -> bool
fn eq(&self, other: &AclOperation) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for AclOperation
impl PartialOrd for AclOperation
impl StructuralPartialEq for AclOperation
Auto Trait Implementations§
impl Freeze for AclOperation
impl RefUnwindSafe for AclOperation
impl Send for AclOperation
impl Sync for AclOperation
impl Unpin for AclOperation
impl UnsafeUnpin for AclOperation
impl UnwindSafe for AclOperation
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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