Enum cyfs_util::cache::ChunkObjectRelation
source · #[repr(u8)]
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§impl IntEnum for ChunkObjectRelation
impl IntEnum for ChunkObjectRelation
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 ==.