Enum cyfs_lib::AclOperationCategory
source · pub enum AclOperationCategory {
Both,
Read,
Write,
}
Variants§
Trait Implementations§
source§impl Clone for AclOperationCategory
impl Clone for AclOperationCategory
source§fn clone(&self) -> AclOperationCategory
fn clone(&self) -> AclOperationCategory
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 AclOperationCategory
impl Debug for AclOperationCategory
source§impl PartialEq<AclOperationCategory> for AclOperationCategory
impl PartialEq<AclOperationCategory> for AclOperationCategory
source§fn eq(&self, other: &AclOperationCategory) -> bool
fn eq(&self, other: &AclOperationCategory) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.