Enum cyfs_base::AccessGroup
source · #[repr(u32)]
pub enum AccessGroup {
CurrentDevice,
CurrentZone,
FriendZone,
OthersZone,
OwnerDec,
OthersDec,
}
Variants
CurrentDevice
CurrentZone
FriendZone
OthersZone
OwnerDec
OthersDec
Implementations
sourceimpl AccessGroup
impl AccessGroup
Trait Implementations
sourceimpl Clone for AccessGroup
impl Clone for AccessGroup
sourcefn clone(&self) -> AccessGroup
fn clone(&self) -> AccessGroup
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 AccessGroup
impl Debug for AccessGroup
sourceimpl PartialEq<AccessGroup> for AccessGroup
impl PartialEq<AccessGroup> for AccessGroup
sourcefn eq(&self, other: &AccessGroup) -> bool
fn eq(&self, other: &AccessGroup) -> bool
sourceimpl TryFrom<&str> for AccessGroup
impl TryFrom<&str> for AccessGroup
type Error = BuckyError
type Error = BuckyError
The type returned in the event of a conversion error.
sourcefn try_from(value: &str) -> BuckyResult<Self>
fn try_from(value: &str) -> BuckyResult<Self>
Performs the conversion.
impl Copy for AccessGroup
impl Eq for AccessGroup
impl StructuralEq for AccessGroup
impl StructuralPartialEq for AccessGroup
Auto Trait Implementations
impl RefUnwindSafe for AccessGroup
impl Send for AccessGroup
impl Sync for AccessGroup
impl Unpin for AccessGroup
impl UnwindSafe for AccessGroup
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