pub struct BulkConfig {
pub concurrency: usize,
pub dry_run: bool,
pub show_progress: bool,
pub fail_fast: bool,
}Fields§
§concurrency: usize§dry_run: bool§show_progress: bool§fail_fast: boolTrait Implementations§
Source§impl Clone for BulkConfig
impl Clone for BulkConfig
Source§fn clone(&self) -> BulkConfig
fn clone(&self) -> BulkConfig
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for BulkConfig
impl RefUnwindSafe for BulkConfig
impl Send for BulkConfig
impl Sync for BulkConfig
impl Unpin for BulkConfig
impl UnwindSafe for BulkConfig
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