#[repr(C)]pub enum AclCheckAccessLevel {
Read = 1,
Write = 2,
Subscribe = 4,
Unsubscribe = 8,
}Variants§
Trait Implementations§
Source§impl Clone for AclCheckAccessLevel
impl Clone for AclCheckAccessLevel
Source§fn clone(&self) -> AclCheckAccessLevel
fn clone(&self) -> AclCheckAccessLevel
Returns a duplicate 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 AclCheckAccessLevel
impl Debug for AclCheckAccessLevel
Source§impl Display for AclCheckAccessLevel
impl Display for AclCheckAccessLevel
Source§impl Ord for AclCheckAccessLevel
impl Ord for AclCheckAccessLevel
Source§fn cmp(&self, other: &AclCheckAccessLevel) -> Ordering
fn cmp(&self, other: &AclCheckAccessLevel) -> 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 AclCheckAccessLevel
impl PartialEq for AclCheckAccessLevel
Source§impl PartialOrd for AclCheckAccessLevel
impl PartialOrd for AclCheckAccessLevel
impl Copy for AclCheckAccessLevel
impl Eq for AclCheckAccessLevel
impl StructuralPartialEq for AclCheckAccessLevel
Auto Trait Implementations§
impl Freeze for AclCheckAccessLevel
impl RefUnwindSafe for AclCheckAccessLevel
impl Send for AclCheckAccessLevel
impl Sync for AclCheckAccessLevel
impl Unpin for AclCheckAccessLevel
impl UnwindSafe for AclCheckAccessLevel
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