pub struct IngestOptions {
pub include_patterns: Vec<String>,
pub exclude_patterns: Vec<String>,
pub max_file_bytes: u64,
pub binary_ratio_threshold: f32,
}Fields§
§include_patterns: Vec<String>§exclude_patterns: Vec<String>§max_file_bytes: u64§binary_ratio_threshold: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for IngestOptions
impl RefUnwindSafe for IngestOptions
impl Send for IngestOptions
impl Sync for IngestOptions
impl Unpin for IngestOptions
impl UnwindSafe for IngestOptions
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