pub struct SilentCopyProgress();
Expand description
Type that doesn’t emit anything for download progress.
Trait Implementations§
Source§impl ReportCopyProgress for SilentCopyProgress
impl ReportCopyProgress for SilentCopyProgress
fn report_progress(&mut self, _bytes_so_far: u64, _total_bytes: u64)
Auto Trait Implementations§
impl Freeze for SilentCopyProgress
impl RefUnwindSafe for SilentCopyProgress
impl Send for SilentCopyProgress
impl Sync for SilentCopyProgress
impl Unpin for SilentCopyProgress
impl UnwindSafe for SilentCopyProgress
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