pub struct GetSearchSuggestionsResponse {
pub property_name_suggestions: Option<Vec<PropertyNameSuggestion>>,
}Fields§
§property_name_suggestions: Option<Vec<PropertyNameSuggestion>>A list of property names for a Resource that match a SuggestionQuery.
Trait Implementations§
Source§impl Clone for GetSearchSuggestionsResponse
impl Clone for GetSearchSuggestionsResponse
Source§fn clone(&self) -> GetSearchSuggestionsResponse
fn clone(&self) -> GetSearchSuggestionsResponse
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 GetSearchSuggestionsResponse
impl Debug for GetSearchSuggestionsResponse
Source§impl Default for GetSearchSuggestionsResponse
impl Default for GetSearchSuggestionsResponse
Source§fn default() -> GetSearchSuggestionsResponse
fn default() -> GetSearchSuggestionsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetSearchSuggestionsResponse
impl<'de> Deserialize<'de> for GetSearchSuggestionsResponse
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 GetSearchSuggestionsResponse
impl PartialEq for GetSearchSuggestionsResponse
Source§fn eq(&self, other: &GetSearchSuggestionsResponse) -> bool
fn eq(&self, other: &GetSearchSuggestionsResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetSearchSuggestionsResponse
Auto Trait Implementations§
impl Freeze for GetSearchSuggestionsResponse
impl RefUnwindSafe for GetSearchSuggestionsResponse
impl Send for GetSearchSuggestionsResponse
impl Sync for GetSearchSuggestionsResponse
impl Unpin for GetSearchSuggestionsResponse
impl UnwindSafe for GetSearchSuggestionsResponse
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