Enum dropbox_sdk::files::MediaMetadata [−][src]
pub enum MediaMetadata {
Photo(PhotoMetadata),
Video(VideoMetadata),
}
This is supported on crate feature
dbx_files
only.Expand description
Metadata for a photo or video.
Variants
Photo(PhotoMetadata)
Tuple Fields
Video(VideoMetadata)
Tuple Fields
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 MediaMetadata
impl Send for MediaMetadata
impl Sync for MediaMetadata
impl Unpin for MediaMetadata
impl UnwindSafe for MediaMetadata
Blanket Implementations
Mutably borrows from an owned value. Read more