Enum cyfs_base::RequestOpType
source · [−]pub enum RequestOpType {
Read,
Write,
Call,
}Variants
Read
Write
Call
Trait Implementations
sourceimpl Clone for RequestOpType
impl Clone for RequestOpType
sourcefn clone(&self) -> RequestOpType
fn clone(&self) -> RequestOpType
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for RequestOpType
impl Debug for RequestOpType
sourceimpl Into<AccessPermission> for RequestOpType
impl Into<AccessPermission> for RequestOpType
sourcefn into(self) -> AccessPermission
fn into(self) -> AccessPermission
Converts this type into the (usually inferred) input type.
sourceimpl Into<AccessPermissions> for RequestOpType
impl Into<AccessPermissions> for RequestOpType
sourcefn into(self) -> AccessPermissions
fn into(self) -> AccessPermissions
Converts this type into the (usually inferred) input type.
sourceimpl PartialEq<RequestOpType> for RequestOpType
impl PartialEq<RequestOpType> for RequestOpType
sourcefn eq(&self, other: &RequestOpType) -> bool
fn eq(&self, other: &RequestOpType) -> bool
impl Copy for RequestOpType
impl Eq for RequestOpType
impl StructuralEq for RequestOpType
impl StructuralPartialEq for RequestOpType
Auto Trait Implementations
impl RefUnwindSafe for RequestOpType
impl Send for RequestOpType
impl Sync for RequestOpType
impl Unpin for RequestOpType
impl UnwindSafe for RequestOpType
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