Struct filego::CheckOptions
source · pub struct CheckOptions {
pub in_dir: String,
pub file_size: usize,
pub total_chunks: usize,
}
Fields§
§in_dir: String
path to input directory
file_size: usize
input file size in byte
file_size
should be equal to file_size
in SplitResult
total_chunks: usize
number of chunks
total_chunks
should be equal to total_chunks
in SplitResult
Auto Trait Implementations§
impl Freeze for CheckOptions
impl RefUnwindSafe for CheckOptions
impl Send for CheckOptions
impl Sync for CheckOptions
impl Unpin for CheckOptions
impl UnwindSafe for CheckOptions
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more