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