Enum dropbox_sdk::files::ThumbnailFormat [−][src]
pub enum ThumbnailFormat {
Jpeg,
Png,
}
This is supported on crate feature
dbx_files
only.Variants
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for ThumbnailFormat
impl Send for ThumbnailFormat
impl Sync for ThumbnailFormat
impl Unpin for ThumbnailFormat
impl UnwindSafe for ThumbnailFormat
Blanket Implementations
Mutably borrows from an owned value. Read more