pub struct SearchCodeOutput {
pub matches: Vec<SearchHit>,
}Fields§
§matches: Vec<SearchHit>Trait Implementations§
Source§impl Clone for SearchCodeOutput
impl Clone for SearchCodeOutput
Source§fn clone(&self) -> SearchCodeOutput
fn clone(&self) -> SearchCodeOutput
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 SearchCodeOutput
impl Debug for SearchCodeOutput
Source§impl<'de> Deserialize<'de> for SearchCodeOutput
impl<'de> Deserialize<'de> for SearchCodeOutput
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
Auto Trait Implementations§
impl Freeze for SearchCodeOutput
impl RefUnwindSafe for SearchCodeOutput
impl Send for SearchCodeOutput
impl Sync for SearchCodeOutput
impl Unpin for SearchCodeOutput
impl UnsafeUnpin for SearchCodeOutput
impl UnwindSafe for SearchCodeOutput
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