Enum dropbox_sdk::files::UploadSessionFinishBatchJobStatus [−][src]
pub enum UploadSessionFinishBatchJobStatus { InProgress, Complete(UploadSessionFinishBatchResult), }
This is supported on crate feature
dbx_files
only.Variants
The asynchronous job is still in progress.
Complete(UploadSessionFinishBatchResult)
The upload_session_finish_batch()
has finished.
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for UploadSessionFinishBatchJobStatus
impl Sync for UploadSessionFinishBatchJobStatus
impl Unpin for UploadSessionFinishBatchJobStatus
Blanket Implementations
Mutably borrows from an owned value. Read more