pub struct QueryResultEntry {
pub id: String,
pub type: String,
pub extra: HashMap<String, Value>,
}Fields§
§id: String§type: String§extra: HashMap<String, Value>Trait Implementations§
Source§impl Clone for QueryResultEntry
impl Clone for QueryResultEntry
Source§fn clone(&self) -> QueryResultEntry
fn clone(&self) -> QueryResultEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 QueryResultEntry
impl Debug for QueryResultEntry
Source§impl Default for QueryResultEntry
impl Default for QueryResultEntry
Source§fn default() -> QueryResultEntry
fn default() -> QueryResultEntry
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for QueryResultEntry
impl<'de> Deserialize<'de> for QueryResultEntry
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 QueryResultEntry
impl PartialEq for QueryResultEntry
Source§impl Serialize for QueryResultEntry
impl Serialize for QueryResultEntry
impl StructuralPartialEq for QueryResultEntry
Auto Trait Implementations§
impl Freeze for QueryResultEntry
impl RefUnwindSafe for QueryResultEntry
impl Send for QueryResultEntry
impl Sync for QueryResultEntry
impl Unpin for QueryResultEntry
impl UnsafeUnpin for QueryResultEntry
impl UnwindSafe for QueryResultEntry
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