Enum dropbox_sdk::files::AlphaGetMetadataError [−][src]
pub enum AlphaGetMetadataError {
Path(LookupError),
PropertiesError(LookUpPropertiesError),
}
This is supported on crate feature
dbx_files
only.Variants
Path(LookupError)
Tuple Fields of Path
0: LookupError
PropertiesError(LookUpPropertiesError)
Tuple Fields of PropertiesError
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 AlphaGetMetadataError
impl Send for AlphaGetMetadataError
impl Sync for AlphaGetMetadataError
impl Unpin for AlphaGetMetadataError
impl UnwindSafe for AlphaGetMetadataError
Blanket Implementations
Mutably borrows from an owned value. Read more