Struct qiniu_http::TransferProgressInfo
source · pub struct TransferProgressInfo<'b> { /* private fields */ }
Expand description
数据传输进度信息
Implementations§
Trait Implementations§
source§impl<'b> Clone for TransferProgressInfo<'b>
impl<'b> Clone for TransferProgressInfo<'b>
source§fn clone(&self) -> TransferProgressInfo<'b>
fn clone(&self) -> TransferProgressInfo<'b>
Returns a copy 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 more