Enum cyfs_lib::InterestUploadSource
source · pub enum InterestUploadSource {
ChunkStore,
File {
path: PathBuf,
offset: u64,
},
}
Variants§
Trait Implementations§
source§impl Clone for InterestUploadSource
impl Clone for InterestUploadSource
source§fn clone(&self) -> InterestUploadSource
fn clone(&self) -> InterestUploadSource
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 more