Enum dropbox_sdk::dbx_async::PollResultBase [−][src]
pub enum PollResultBase {
InProgress,
}This is supported on crate feature
dbx_async only.Expand description
Result returned by methods that poll for the status of an asynchronous job. Unions that extend
this union should add a ‘complete’ field with a type of the information returned upon job
completion. See PollEmptyResult for an example.
Variants
The asynchronous job is still in progress.
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for PollResultBaseimpl Send for PollResultBaseimpl Sync for PollResultBaseimpl Unpin for PollResultBaseimpl UnwindSafe for PollResultBaseBlanket Implementations
Mutably borrows from an owned value. Read more