pub struct PropertyLookupResponse {
pub selections: Vec<PropertySelectionName>,
}
Fields§
§selections: Vec<PropertySelectionName>
Trait Implementations§
Source§impl Clone for PropertyLookupResponse
impl Clone for PropertyLookupResponse
Source§fn clone(&self) -> PropertyLookupResponse
fn clone(&self) -> PropertyLookupResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PropertyLookupResponse
impl Debug for PropertyLookupResponse
Source§impl<'de> Deserialize<'de> for PropertyLookupResponse
impl<'de> Deserialize<'de> for PropertyLookupResponse
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 PropertyLookupResponse
impl PartialEq for PropertyLookupResponse
Source§fn eq(&self, other: &PropertyLookupResponse) -> bool
fn eq(&self, other: &PropertyLookupResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for PropertyLookupResponse
Auto Trait Implementations§
impl Freeze for PropertyLookupResponse
impl RefUnwindSafe for PropertyLookupResponse
impl Send for PropertyLookupResponse
impl Sync for PropertyLookupResponse
impl Unpin for PropertyLookupResponse
impl UnwindSafe for PropertyLookupResponse
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