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 moreSource§impl<'b> Debug for TransferProgressInfo<'b>
impl<'b> Debug for TransferProgressInfo<'b>
impl<'b> Copy for TransferProgressInfo<'b>
Auto Trait Implementations§
impl<'b> Freeze for TransferProgressInfo<'b>
impl<'b> RefUnwindSafe for TransferProgressInfo<'b>
impl<'b> Send for TransferProgressInfo<'b>
impl<'b> Sync for TransferProgressInfo<'b>
impl<'b> Unpin for TransferProgressInfo<'b>
impl<'b> UnwindSafe for TransferProgressInfo<'b>
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