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.

Trait Implementations

Derived Implementations

impl Hash for FolderOperation

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Copy for FolderOperation

impl Clone for FolderOperation

fn clone(&self) -> FolderOperation

fn clone_from(&mut self, source: &Self)

impl Eq for FolderOperation

impl PartialEq for FolderOperation

fn eq(&self, __arg_0: &FolderOperation) -> bool

fn ne(&self, __arg_0: &FolderOperation) -> bool

impl Debug for FolderOperation

fn fmt(&self, __arg_0: &mut Formatter) -> Result