pub struct GraphQlClient { /* private fields */ }Expand description
Shared client stored in app state.
Implementations§
Trait Implementations§
Source§impl Clone for GraphQlClient
impl Clone for GraphQlClient
Source§fn clone(&self) -> GraphQlClient
fn clone(&self) -> GraphQlClient
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 !RefUnwindSafe for GraphQlClient
impl !UnwindSafe for GraphQlClient
impl Freeze for GraphQlClient
impl Send for GraphQlClient
impl Sync for GraphQlClient
impl Unpin for GraphQlClient
impl UnsafeUnpin for GraphQlClient
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