Enum cyfs_lib::AclOperation
source · pub enum AclOperation {
Show 20 variants
Any,
GetObject,
PutObject,
PostObject,
SelectObject,
DeleteObject,
SignObject,
VerifyObject,
PutData,
GetData,
DeleteData,
QueryFile,
ReadRootState,
WriteRootState,
Get,
Put,
Delete,
Read,
Write,
Crypto,
}
Variants
Any
GetObject
PutObject
PostObject
SelectObject
DeleteObject
SignObject
VerifyObject
PutData
GetData
DeleteData
QueryFile
ReadRootState
WriteRootState
Get
Put
Delete
Read
Write
Crypto
Implementations
sourceimpl AclOperation
impl AclOperation
Trait Implementations
sourceimpl Clone for AclOperation
impl Clone for AclOperation
sourcefn clone(&self) -> AclOperation
fn clone(&self) -> AclOperation
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AclOperation
impl Debug for AclOperation
sourceimpl FromStr for AclOperation
impl FromStr for AclOperation
sourceimpl PartialEq<AclOperation> for AclOperation
impl PartialEq<AclOperation> for AclOperation
sourcefn eq(&self, other: &AclOperation) -> bool
fn eq(&self, other: &AclOperation) -> bool
sourceimpl ToString for AclOperation
impl ToString for AclOperation
impl Eq for AclOperation
impl StructuralEq for AclOperation
impl StructuralPartialEq for AclOperation
Auto Trait Implementations
impl RefUnwindSafe for AclOperation
impl Send for AclOperation
impl Sync for AclOperation
impl Unpin for AclOperation
impl UnwindSafe for AclOperation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more