Enum dropbox_sdk::files::RelocationBatchJobStatus [−][src]
pub enum RelocationBatchJobStatus {
InProgress,
Complete(RelocationBatchResult),
Failed(RelocationBatchError),
}
This is supported on crate feature
dbx_files
only.Variants
The asynchronous job is still in progress.
Complete(RelocationBatchResult)
The copy or move batch job has finished.
Tuple Fields of Complete
Failed(RelocationBatchError)
The copy or move batch job has failed with exception.
Tuple Fields of Failed
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 RefUnwindSafe for RelocationBatchJobStatus
impl Send for RelocationBatchJobStatus
impl Sync for RelocationBatchJobStatus
impl Unpin for RelocationBatchJobStatus
impl UnwindSafe for RelocationBatchJobStatus
Blanket Implementations
Mutably borrows from an owned value. Read more