Struct ya_client_model::market::property_query::PropertyQuery
source · pub struct PropertyQuery {
pub issuer_properties: Option<Value>,
pub query_id: Option<String>,
pub queried_properties: Vec<String>,
}Fields§
§issuer_properties: Option<Value>§query_id: Option<String>§queried_properties: Vec<String>Implementations§
source§impl PropertyQuery
impl PropertyQuery
pub fn new(queried_properties: Vec<String>) -> PropertyQuery
Trait Implementations§
source§impl Clone for PropertyQuery
impl Clone for PropertyQuery
source§fn clone(&self) -> PropertyQuery
fn clone(&self) -> PropertyQuery
Returns a copy 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 PropertyQuery
impl Debug for PropertyQuery
source§impl<'de> Deserialize<'de> for PropertyQuery
impl<'de> Deserialize<'de> for PropertyQuery
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 PropertyQuery
impl PartialEq for PropertyQuery
source§fn eq(&self, other: &PropertyQuery) -> bool
fn eq(&self, other: &PropertyQuery) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for PropertyQuery
impl Serialize for PropertyQuery
impl StructuralPartialEq for PropertyQuery
Auto Trait Implementations§
impl RefUnwindSafe for PropertyQuery
impl Send for PropertyQuery
impl Sync for PropertyQuery
impl Unpin for PropertyQuery
impl UnwindSafe for PropertyQuery
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