Enum dropbox_sdk::files::SearchMatchType [−][src]
pub enum SearchMatchType {
Filename,
Content,
Both,
}
This is supported on crate feature
dbx_files
only.Expand description
Indicates what type of match was found for a given item.
Variants
Filename
This item was matched on its file or folder name.
Content
This item was matched based on its file contents.
Both
This item was matched based on both its contents and its file name.
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for SearchMatchType
impl Send for SearchMatchType
impl Sync for SearchMatchType
impl Unpin for SearchMatchType
impl UnwindSafe for SearchMatchType
Blanket Implementations
Mutably borrows from an owned value. Read more