pub struct Client { /* private fields */ }
Expand description
Apollo client.
Implementations§
Trait Implementations§
Source§impl FromWasmAbi for Client
impl FromWasmAbi for Client
Source§impl IntoWasmAbi for Client
impl IntoWasmAbi for Client
Source§impl LongRefFromWasmAbi for Client
impl LongRefFromWasmAbi for Client
Source§impl OptionFromWasmAbi for Client
impl OptionFromWasmAbi for Client
Source§impl OptionIntoWasmAbi for Client
impl OptionIntoWasmAbi for Client
Source§impl RefFromWasmAbi for Client
impl RefFromWasmAbi for Client
Source§impl RefMutFromWasmAbi for Client
impl RefMutFromWasmAbi for Client
Source§impl TryFromJsValue for Client
impl TryFromJsValue for Client
Source§impl VectorFromWasmAbi for Client
impl VectorFromWasmAbi for Client
Source§impl VectorIntoWasmAbi for Client
impl VectorIntoWasmAbi for Client
impl SupportsConstructor for Client
impl SupportsInstanceProperty for Client
impl SupportsStaticProperty for Client
Auto Trait Implementations§
impl Freeze for Client
impl !RefUnwindSafe for Client
impl Send for Client
impl Sync for Client
impl Unpin for Client
impl !UnwindSafe for Client
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
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
Source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::Abi
Source§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi
, except that it may throw and never
return in the case of Err
.