Enum dropbox_sdk::files::RelocationBatchV2Launch [−][src]
pub enum RelocationBatchV2Launch {
AsyncJobId(AsyncJobId),
Complete(RelocationBatchV2Result),
}
This is supported on crate feature
dbx_files
only.Expand description
Result returned by copy_batch_v2()
or move_batch_v2()
that
may either launch an asynchronous job or complete synchronously.
Variants
AsyncJobId(AsyncJobId)
This response indicates that the processing is asynchronous. The string is an id that can be used to obtain the status of the asynchronous job.
Tuple Fields of AsyncJobId
0: AsyncJobId
Complete(RelocationBatchV2Result)
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 RelocationBatchV2Launch
impl Send for RelocationBatchV2Launch
impl Sync for RelocationBatchV2Launch
impl Unpin for RelocationBatchV2Launch
impl UnwindSafe for RelocationBatchV2Launch
Blanket Implementations
Mutably borrows from an owned value. Read more