Enum cyfs_lib::ChunkObjectRelation
source · pub enum ChunkObjectRelation {
Unknown,
FileBody,
DirMeta,
}
Variants§
Trait Implementations§
source§impl Clone for ChunkObjectRelation
impl Clone for ChunkObjectRelation
source§fn clone(&self) -> ChunkObjectRelation
fn clone(&self) -> ChunkObjectRelation
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 ChunkObjectRelation
impl Debug for ChunkObjectRelation
source§impl From<u8> for ChunkObjectRelation
impl From<u8> for ChunkObjectRelation
source§fn from(code: u8) -> ChunkObjectRelation
fn from(code: u8) -> ChunkObjectRelation
Converts to this type from the input type.
source§impl IntEnum for ChunkObjectRelation
impl IntEnum for ChunkObjectRelation
source§fn int_value(self) -> <ChunkObjectRelation as IntEnum>::Int
fn int_value(self) -> <ChunkObjectRelation as IntEnum>::Int
Returns the integer value of the enum.
source§fn from_int(
n: <ChunkObjectRelation as IntEnum>::Int
) -> Result<ChunkObjectRelation, IntEnumError<ChunkObjectRelation>>where
ChunkObjectRelation: Sized,
fn from_int( n: <ChunkObjectRelation as IntEnum>::Int ) -> Result<ChunkObjectRelation, IntEnumError<ChunkObjectRelation>>where ChunkObjectRelation: Sized,
Attempts to convert an integer into the enum.
source§impl Into<u8> for ChunkObjectRelation
impl Into<u8> for ChunkObjectRelation
source§impl PartialEq<ChunkObjectRelation> for ChunkObjectRelation
impl PartialEq<ChunkObjectRelation> for ChunkObjectRelation
source§fn eq(&self, other: &ChunkObjectRelation) -> bool
fn eq(&self, other: &ChunkObjectRelation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.