Enum dropbox_sdk::files::ThumbnailError [−][src]
pub enum ThumbnailError {
Path(LookupError),
UnsupportedExtension,
UnsupportedImage,
ConversionError,
}
This is supported on crate feature
dbx_files
only.Variants
Path(LookupError)
An error occurs when downloading metadata for the image.
Tuple Fields of Path
0: LookupError
The file extension doesn’t allow conversion to a thumbnail.
The image cannot be converted to a thumbnail.
An error occurs during thumbnail conversion.
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 ThumbnailError
impl Send for ThumbnailError
impl Sync for ThumbnailError
impl Unpin for ThumbnailError
impl UnwindSafe for ThumbnailError
Blanket Implementations
Mutably borrows from an owned value. Read more