Enum dropbox_sdk::files::SearchMode [−][src]
pub enum SearchMode {
Filename,
FilenameAndContent,
DeletedFilename,
}
This is supported on crate feature
dbx_files
only.Variants
Search file and folder names.
Search file and folder names as well as file contents.
Search for deleted file and folder names.
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for SearchMode
impl Send for SearchMode
impl Sync for SearchMode
impl Unpin for SearchMode
impl UnwindSafe for SearchMode
Blanket Implementations
Mutably borrows from an owned value. Read more