Enum dropbox_sdk::files::SaveUrlResult [−][src]
pub enum SaveUrlResult {
AsyncJobId(AsyncJobId),
Complete(FileMetadata),
}
This is supported on crate feature
dbx_files
only.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(FileMetadata)
Metadata of the file where the URL is saved to.
Tuple Fields of Complete
0: FileMetadata
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 SaveUrlResult
impl Send for SaveUrlResult
impl Sync for SaveUrlResult
impl Unpin for SaveUrlResult
impl UnwindSafe for SaveUrlResult
Blanket Implementations
Mutably borrows from an owned value. Read more