pub enum SearchTarget {
PartialMatchForTags,
ExactMatchForTags,
TitleAndCaption,
Keyword,
}Expand description
Search target type
Variants§
PartialMatchForTags
Partial match for tags
ExactMatchForTags
Exact match for tags
TitleAndCaption
Title and caption
Keyword
Keyword
Trait Implementations§
Source§impl Clone for SearchTarget
impl Clone for SearchTarget
Source§fn clone(&self) -> SearchTarget
fn clone(&self) -> SearchTarget
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SearchTarget
impl Debug for SearchTarget
Auto Trait Implementations§
impl Freeze for SearchTarget
impl RefUnwindSafe for SearchTarget
impl Send for SearchTarget
impl Sync for SearchTarget
impl Unpin for SearchTarget
impl UnwindSafe for SearchTarget
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more