Struct rdedup_lib::settings::Repo
[−]
[src]
pub struct Repo { /* fields omitted */ }
Methods
impl Repo
[src]
fn new() -> Self
[src]
fn set_encryption(&mut self, encryption: Encryption) -> Result<()>
[src]
fn set_compression(&mut self, compression: Compression) -> Result<()>
[src]
fn set_pwhash(&mut self, pwhash: PWHash)
[src]
fn set_compression_level(&mut self, level: i32)
[src]
fn set_hashing(&mut self, hashing: Hashing) -> Result<()>
[src]
fn use_bup_chunking(&mut self, bits: Option<u32>) -> Result<()>
[src]
fn use_fastcdc_chunking(&mut self, bits: Option<u32>) -> Result<()>
[src]
fn use_gear_chunking(&mut self, bits: Option<u32>) -> Result<()>
[src]
fn set_nesting(&mut self, level: u8) -> Result<()>
[src]
Trait Implementations
impl Clone for Repo
[src]
fn clone(&self) -> Repo
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more