Enum cyfs_util::cache::ChunkObjectRelation
source · [−]#[repr(u8)]
pub enum ChunkObjectRelation {
Unknown,
FileBody,
DirMeta,
}Variants
Unknown
FileBody
DirMeta
Trait Implementations
sourceimpl Clone for ChunkObjectRelation
impl Clone for ChunkObjectRelation
sourcefn clone(&self) -> ChunkObjectRelation
fn clone(&self) -> ChunkObjectRelation
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 more
sourceimpl Debug for ChunkObjectRelation
impl Debug for ChunkObjectRelation
sourceimpl From<u8> for ChunkObjectRelation
impl From<u8> for ChunkObjectRelation
sourceimpl IntEnum for ChunkObjectRelation
impl IntEnum for ChunkObjectRelation
sourceimpl Into<u8> for ChunkObjectRelation
impl Into<u8> for ChunkObjectRelation
impl Copy for ChunkObjectRelation
impl Eq for ChunkObjectRelation
impl StructuralEq for ChunkObjectRelation
impl StructuralPartialEq for ChunkObjectRelation
Auto Trait Implementations
impl RefUnwindSafe for ChunkObjectRelation
impl Send for ChunkObjectRelation
impl Sync for ChunkObjectRelation
impl Unpin for ChunkObjectRelation
impl UnwindSafe for ChunkObjectRelation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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