pub struct QueryDataResponse {
pub data: Value,
}Fields§
§data: ValueTrait Implementations§
Source§impl Clone for QueryDataResponse
impl Clone for QueryDataResponse
Source§fn clone(&self) -> QueryDataResponse
fn clone(&self) -> QueryDataResponse
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 QueryDataResponse
impl Debug for QueryDataResponse
Source§impl<'de> Deserialize<'de> for QueryDataResponse
impl<'de> Deserialize<'de> for QueryDataResponse
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 QueryDataResponse
impl PartialEq for QueryDataResponse
Source§impl Serialize for QueryDataResponse
impl Serialize for QueryDataResponse
impl StructuralPartialEq for QueryDataResponse
Auto Trait Implementations§
impl Freeze for QueryDataResponse
impl RefUnwindSafe for QueryDataResponse
impl Send for QueryDataResponse
impl Sync for QueryDataResponse
impl Unpin for QueryDataResponse
impl UnsafeUnpin for QueryDataResponse
impl UnwindSafe for QueryDataResponse
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