pub enum UploadRes {
Complete(CompleteUploadRes),
Incomplete(IncompleteUploadRes),
}
Expand description
Upload response.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UploadRes
impl RefUnwindSafe for UploadRes
impl Send for UploadRes
impl Sync for UploadRes
impl Unpin for UploadRes
impl UnwindSafe for UploadRes
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