pub enum SemanticSearchResultType {
Issue,
Project,
Initiative,
Document,
Unknown,
}Expand description
The type of the semantic search result.
Variants§
Trait Implementations§
Source§impl Clone for SemanticSearchResultType
impl Clone for SemanticSearchResultType
Source§fn clone(&self) -> SemanticSearchResultType
fn clone(&self) -> SemanticSearchResultType
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 SemanticSearchResultType
impl Debug for SemanticSearchResultType
Source§impl<'de> Deserialize<'de> for SemanticSearchResultType
impl<'de> Deserialize<'de> for SemanticSearchResultType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SemanticSearchResultType
impl PartialEq for SemanticSearchResultType
Source§impl Serialize for SemanticSearchResultType
impl Serialize for SemanticSearchResultType
impl Eq for SemanticSearchResultType
impl StructuralPartialEq for SemanticSearchResultType
Auto Trait Implementations§
impl Freeze for SemanticSearchResultType
impl RefUnwindSafe for SemanticSearchResultType
impl Send for SemanticSearchResultType
impl Sync for SemanticSearchResultType
impl Unpin for SemanticSearchResultType
impl UnwindSafe for SemanticSearchResultType
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