pub struct SemanticSearchResult;Trait Implementations§
Source§impl HasField<__typename> for SemanticSearchResult
impl HasField<__typename> for SemanticSearchResult
Source§impl HasField<document> for SemanticSearchResult
impl HasField<document> for SemanticSearchResult
Source§impl HasField<id> for SemanticSearchResult
impl HasField<id> for SemanticSearchResult
Source§impl HasField<initiative> for SemanticSearchResult
impl HasField<initiative> for SemanticSearchResult
Source§type Type = Option<Initiative>
type Type = Option<Initiative>
The schema marker type of this field.
Source§impl HasField<issue> for SemanticSearchResult
impl HasField<issue> for SemanticSearchResult
Source§impl HasField<project> for SemanticSearchResult
impl HasField<project> for SemanticSearchResult
Source§impl HasField<type> for SemanticSearchResult
impl HasField<type> for SemanticSearchResult
Source§type Type = SemanticSearchResultType
type Type = SemanticSearchResultType
The schema marker type of this field.
Source§impl NamedType for SemanticSearchResult
impl NamedType for SemanticSearchResult
impl HasSubtype<SemanticSearchResult> for Node
Auto Trait Implementations§
impl Freeze for SemanticSearchResult
impl RefUnwindSafe for SemanticSearchResult
impl Send for SemanticSearchResult
impl Sync for SemanticSearchResult
impl Unpin for SemanticSearchResult
impl UnwindSafe for SemanticSearchResult
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