Enum gphoto::FolderOperation
[−]
[src]
pub enum FolderOperation {
DeleteAll,
PutFile,
MakeDirectory,
RemoveDirectory,
}Operations that can be performed on folders on a device's storage.
Variants
DeleteAll | Deleting all files on the device is supported. |
PutFile | Uploading files to the device is supported. |
MakeDirectory | Making new directories on the device is supported. |
RemoveDirectory | Removing directories from the device is supported. |