pub struct ChunkedUploadProgress {
pub bytes_uploaded: u64,
pub total_bytes: u64,
}Fields§
§bytes_uploaded: u64§total_bytes: u64Trait Implementations§
Source§impl Clone for ChunkedUploadProgress
impl Clone for ChunkedUploadProgress
Source§fn clone(&self) -> ChunkedUploadProgress
fn clone(&self) -> ChunkedUploadProgress
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 moreSource§impl Debug for ChunkedUploadProgress
impl Debug for ChunkedUploadProgress
Source§impl Default for ChunkedUploadProgress
impl Default for ChunkedUploadProgress
Source§fn default() -> ChunkedUploadProgress
fn default() -> ChunkedUploadProgress
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ChunkedUploadProgress
impl RefUnwindSafe for ChunkedUploadProgress
impl Send for ChunkedUploadProgress
impl Sync for ChunkedUploadProgress
impl Unpin for ChunkedUploadProgress
impl UnsafeUnpin for ChunkedUploadProgress
impl UnwindSafe for ChunkedUploadProgress
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