pub struct PropertyNameQuery {
pub property_name_hint: String,
}
Expand description
Part of the SuggestionQuery
type. Specifies a hint for retrieving property names that begin with the specified text.
Fields§
§property_name_hint: String
Text that begins a property's name.
Trait Implementations§
Source§impl Clone for PropertyNameQuery
impl Clone for PropertyNameQuery
Source§fn clone(&self) -> PropertyNameQuery
fn clone(&self) -> PropertyNameQuery
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 PropertyNameQuery
impl Debug for PropertyNameQuery
Source§impl Default for PropertyNameQuery
impl Default for PropertyNameQuery
Source§fn default() -> PropertyNameQuery
fn default() -> PropertyNameQuery
Returns the “default value” for a type. Read more
Source§impl PartialEq for PropertyNameQuery
impl PartialEq for PropertyNameQuery
Source§impl Serialize for PropertyNameQuery
impl Serialize for PropertyNameQuery
impl StructuralPartialEq for PropertyNameQuery
Auto Trait Implementations§
impl Freeze for PropertyNameQuery
impl RefUnwindSafe for PropertyNameQuery
impl Send for PropertyNameQuery
impl Sync for PropertyNameQuery
impl Unpin for PropertyNameQuery
impl UnwindSafe for PropertyNameQuery
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