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