pub struct FuzzyFileSearchResponse {
pub files: Vec<FuzzyFileSearchResult>,
}Fields§
§files: Vec<FuzzyFileSearchResult>Trait Implementations§
Source§impl Clone for FuzzyFileSearchResponse
impl Clone for FuzzyFileSearchResponse
Source§fn clone(&self) -> FuzzyFileSearchResponse
fn clone(&self) -> FuzzyFileSearchResponse
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 FuzzyFileSearchResponse
impl Debug for FuzzyFileSearchResponse
Source§impl<'de> Deserialize<'de> for FuzzyFileSearchResponse
impl<'de> Deserialize<'de> for FuzzyFileSearchResponse
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 FuzzyFileSearchResponse
impl PartialEq for FuzzyFileSearchResponse
Source§fn eq(&self, other: &FuzzyFileSearchResponse) -> bool
fn eq(&self, other: &FuzzyFileSearchResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for FuzzyFileSearchResponse
impl Serialize for FuzzyFileSearchResponse
impl StructuralPartialEq for FuzzyFileSearchResponse
Auto Trait Implementations§
impl Freeze for FuzzyFileSearchResponse
impl RefUnwindSafe for FuzzyFileSearchResponse
impl Send for FuzzyFileSearchResponse
impl Sync for FuzzyFileSearchResponse
impl Unpin for FuzzyFileSearchResponse
impl UnsafeUnpin for FuzzyFileSearchResponse
impl UnwindSafe for FuzzyFileSearchResponse
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