Enum dropbox_sdk::files::RelocationBatchV2JobStatus [−][src]
pub enum RelocationBatchV2JobStatus {
InProgress,
Complete(RelocationBatchV2Result),
}
This is supported on crate feature
dbx_files
only.Expand description
Result returned by copy_batch_check_v2()
or
move_batch_check_v2()
that may either be in progress or completed with
result for each entry.
Variants
The asynchronous job is still in progress.
Complete(RelocationBatchV2Result)
The copy or move batch job has finished.
Tuple Fields of Complete
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 RelocationBatchV2JobStatus
impl Send for RelocationBatchV2JobStatus
impl Sync for RelocationBatchV2JobStatus
impl Unpin for RelocationBatchV2JobStatus
impl UnwindSafe for RelocationBatchV2JobStatus
Blanket Implementations
Mutably borrows from an owned value. Read more