pub struct DefaultGraphQLClient { /* private fields */ }
Implementations§
Source§impl DefaultGraphQLClient
impl DefaultGraphQLClient
pub fn new(conn: &ConnectParams) -> Self
Trait Implementations§
Source§impl Debug for DefaultGraphQLClient
impl Debug for DefaultGraphQLClient
Auto Trait Implementations§
impl Freeze for DefaultGraphQLClient
impl RefUnwindSafe for DefaultGraphQLClient
impl Send for DefaultGraphQLClient
impl Sync for DefaultGraphQLClient
impl Unpin for DefaultGraphQLClient
impl UnwindSafe for DefaultGraphQLClient
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