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 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 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§impl Serialize for PropertyQuery
impl Serialize for PropertyQuery
impl StructuralPartialEq for PropertyQuery
Auto Trait Implementations§
impl Freeze for PropertyQuery
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