pub struct IncompleteUploadRes {
pub range: RangeInclusive<u64>,
}
Expand description
Pretty-print of the Jottacloud exception returned when performing a chunked upload.
Fields§
§range: RangeInclusive<u64>
Range of the bytes uploaded now – NOT the total bytes uploaded (for all chunks).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IncompleteUploadRes
impl RefUnwindSafe for IncompleteUploadRes
impl Send for IncompleteUploadRes
impl Sync for IncompleteUploadRes
impl Unpin for IncompleteUploadRes
impl UnwindSafe for IncompleteUploadRes
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