pub struct CodeIndexSearchResponse {
pub generation: IndexGeneration,
pub results: Vec<CodeIndexSearchResult>,
pub dropped_results: Vec<ProofFilteredDrop>,
}Fields§
§generation: IndexGeneration§results: Vec<CodeIndexSearchResult>§dropped_results: Vec<ProofFilteredDrop>Trait Implementations§
Source§impl Clone for CodeIndexSearchResponse
impl Clone for CodeIndexSearchResponse
Source§fn clone(&self) -> CodeIndexSearchResponse
fn clone(&self) -> CodeIndexSearchResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CodeIndexSearchResponse
impl Debug for CodeIndexSearchResponse
Source§impl<'de> Deserialize<'de> for CodeIndexSearchResponse
impl<'de> Deserialize<'de> for CodeIndexSearchResponse
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 CodeIndexSearchResponse
impl PartialEq for CodeIndexSearchResponse
Source§fn eq(&self, other: &CodeIndexSearchResponse) -> bool
fn eq(&self, other: &CodeIndexSearchResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CodeIndexSearchResponse
impl Serialize for CodeIndexSearchResponse
impl StructuralPartialEq for CodeIndexSearchResponse
Auto Trait Implementations§
impl Freeze for CodeIndexSearchResponse
impl RefUnwindSafe for CodeIndexSearchResponse
impl Send for CodeIndexSearchResponse
impl Sync for CodeIndexSearchResponse
impl Unpin for CodeIndexSearchResponse
impl UnsafeUnpin for CodeIndexSearchResponse
impl UnwindSafe for CodeIndexSearchResponse
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