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
sourceimpl PropertyQuery
impl PropertyQuery
pub fn new(queried_properties: Vec<String>) -> PropertyQuery
Trait Implementations
sourceimpl Clone for PropertyQuery
impl Clone for PropertyQuery
sourcefn clone(&self) -> PropertyQuery
fn clone(&self) -> PropertyQuery
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for PropertyQuery
impl Debug for PropertyQuery
sourceimpl<'de> Deserialize<'de> for PropertyQuery
impl<'de> Deserialize<'de> for PropertyQuery
sourcefn 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
sourceimpl PartialEq<PropertyQuery> for PropertyQuery
impl PartialEq<PropertyQuery> for PropertyQuery
sourcefn 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 ==. Read more
sourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more