Enum cyfs_base::ObjectTypeCode
source · #[repr(u8)]
pub enum ObjectTypeCode {
Show 16 variants
Device,
People,
SimpleGroup,
Org,
AppGroup,
UnionAccount,
Chunk,
File,
Dir,
Diff,
ProofOfService,
Tx,
Action,
ObjectMap,
Contract,
Custom,
}
Variants§
Device
People
SimpleGroup
Org
AppGroup
UnionAccount
Chunk
File
Dir
Diff
ProofOfService
Tx
Action
ObjectMap
Contract
Custom
Implementations§
Trait Implementations§
source§impl Clone for ObjectTypeCode
impl Clone for ObjectTypeCode
source§fn clone(&self) -> ObjectTypeCode
fn clone(&self) -> ObjectTypeCode
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 ObjectTypeCode
impl Debug for ObjectTypeCode
source§impl From<&ObjectTypeCode> for u16
impl From<&ObjectTypeCode> for u16
source§fn from(v: &ObjectTypeCode) -> Self
fn from(v: &ObjectTypeCode) -> Self
Converts to this type from the input type.
source§impl From<ObjectTypeCode> for u16
impl From<ObjectTypeCode> for u16
source§fn from(v: ObjectTypeCode) -> Self
fn from(v: ObjectTypeCode) -> Self
Converts to this type from the input type.
source§impl From<u16> for ObjectTypeCode
impl From<u16> for ObjectTypeCode
source§impl FromStr for ObjectTypeCode
impl FromStr for ObjectTypeCode
source§impl PartialEq<ObjectTypeCode> for ObjectTypeCode
impl PartialEq<ObjectTypeCode> for ObjectTypeCode
source§fn eq(&self, other: &ObjectTypeCode) -> bool
fn eq(&self, other: &ObjectTypeCode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.