Enum dropbox_sdk::files::MediaInfo [−][src]
pub enum MediaInfo {
Pending,
Metadata(MediaMetadata),
}
This is supported on crate feature
dbx_files
only.Variants
Indicate the photo/video is still under processing and metadata is not available yet.
Metadata(MediaMetadata)
The metadata for the photo/video.
Tuple Fields of Metadata
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MediaInfo
impl UnwindSafe for MediaInfo
Blanket Implementations
Mutably borrows from an owned value. Read more