pub struct TransferControls {
pub concurrency: usize,
pub bytes_per_second: Option<u64>,
pub retry: RetryConfig,
pub continue_on_error: bool,
}Expand description
Controls applied across the entire transfer command.
Fields§
§concurrency: usize§bytes_per_second: Option<u64>§retry: RetryConfig§continue_on_error: boolImplementations§
Trait Implementations§
Source§impl Clone for TransferControls
impl Clone for TransferControls
Source§fn clone(&self) -> TransferControls
fn clone(&self) -> TransferControls
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TransferControls
impl Debug for TransferControls
Auto Trait Implementations§
impl Freeze for TransferControls
impl RefUnwindSafe for TransferControls
impl Send for TransferControls
impl Sync for TransferControls
impl Unpin for TransferControls
impl UnsafeUnpin for TransferControls
impl UnwindSafe for TransferControls
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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