Enum dropbox_sdk::files::ThumbnailMode [−][src]
pub enum ThumbnailMode {
Strict,
Bestfit,
FitoneBestfit,
}
This is supported on crate feature
dbx_files
only.Variants
Scale down the image to fit within the given size.
Scale down the image to fit within the given size or its transpose.
Scale down the image to completely cover the given size or its transpose.
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for ThumbnailMode
impl Send for ThumbnailMode
impl Sync for ThumbnailMode
impl Unpin for ThumbnailMode
impl UnwindSafe for ThumbnailMode
Blanket Implementations
Mutably borrows from an owned value. Read more