pub enum UploadStatus {
Ok(Object),
ResumeIncomplete,
}Variants§
Trait Implementations§
source§impl Debug for UploadStatus
impl Debug for UploadStatus
source§impl PartialEq for UploadStatus
impl PartialEq for UploadStatus
source§fn eq(&self, other: &UploadStatus) -> bool
fn eq(&self, other: &UploadStatus) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UploadStatus
Auto Trait Implementations§
impl RefUnwindSafe for UploadStatus
impl Send for UploadStatus
impl Sync for UploadStatus
impl Unpin for UploadStatus
impl UnwindSafe for UploadStatus
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