pub struct GraphqlResponse {
pub raw: Value,
}Expand description
Full GraphQL HTTP response JSON (data + optional errors).
Fields§
§raw: ValueImplementations§
Trait Implementations§
Source§impl Clone for GraphqlResponse
impl Clone for GraphqlResponse
Source§fn clone(&self) -> GraphqlResponse
fn clone(&self) -> GraphqlResponse
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 moreAuto Trait Implementations§
impl Freeze for GraphqlResponse
impl RefUnwindSafe for GraphqlResponse
impl Send for GraphqlResponse
impl Sync for GraphqlResponse
impl Unpin for GraphqlResponse
impl UnsafeUnpin for GraphqlResponse
impl UnwindSafe for GraphqlResponse
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