pub enum ChunkUsage_ {
FileBuffer {
path: String,
},
InMemoryFile {
path: String,
},
ReadStriped {
path: String,
},
TemporarySpace,
}
Variants§
Trait Implementations§
source§impl Clone for ChunkUsage_
impl Clone for ChunkUsage_
source§fn clone(&self) -> ChunkUsage_
fn clone(&self) -> ChunkUsage_
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 ChunkUsage_
impl Debug for ChunkUsage_
source§impl Hash for ChunkUsage_
impl Hash for ChunkUsage_
source§impl PartialEq<ChunkUsage_> for ChunkUsage_
impl PartialEq<ChunkUsage_> for ChunkUsage_
source§fn eq(&self, other: &ChunkUsage_) -> bool
fn eq(&self, other: &ChunkUsage_) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.