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