[−][src]Struct apollo_client::ClientConfig
Configuration of Apollo and api information.
Fields
config_server_url: Sapp_id: Scluster_name: Snamespace_names: Vip: Option<IpValue<S>>Trait Implementations
impl<S: Clone + AsRef<str>, V: Clone + AsRef<[S]>> Clone for ClientConfig<S, V>[src]
fn clone(&self) -> ClientConfig<S, V>[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<S: Debug + AsRef<str>, V: Debug + AsRef<[S]>> Debug for ClientConfig<S, V>[src]
impl Default for ClientConfig<&'static str, &'static [&'static str]>[src]
impl Default for ClientConfig<&'static str, Vec<&'static str>>[src]
impl Default for ClientConfig<String, Vec<String>>[src]
impl<'de, S: AsRef<str>, V: AsRef<[S]>> Deserialize<'de> for ClientConfig<S, V> where
S: Deserialize<'de>,
V: Deserialize<'de>,
S: Default, [src]
S: Deserialize<'de>,
V: Deserialize<'de>,
S: Default,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl<S: PartialEq + AsRef<str>, V: PartialEq + AsRef<[S]>> PartialEq<ClientConfig<S, V>> for ClientConfig<S, V>[src]
fn eq(&self, other: &ClientConfig<S, V>) -> bool[src]
fn ne(&self, other: &ClientConfig<S, V>) -> bool[src]
impl<S: AsRef<str>, V: AsRef<[S]>> Serialize for ClientConfig<S, V> where
S: Serialize,
V: Serialize, [src]
S: Serialize,
V: Serialize,
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer, [src]
__S: Serializer,
impl<S: AsRef<str>, V: AsRef<[S]>> StructuralPartialEq for ClientConfig<S, V>[src]
Auto Trait Implementations
impl<S, V> RefUnwindSafe for ClientConfig<S, V> where
S: RefUnwindSafe,
V: RefUnwindSafe,
S: RefUnwindSafe,
V: RefUnwindSafe,
impl<S, V> Send for ClientConfig<S, V> where
S: Send,
V: Send,
S: Send,
V: Send,
impl<S, V> Sync for ClientConfig<S, V> where
S: Sync,
V: Sync,
S: Sync,
V: Sync,
impl<S, V> Unpin for ClientConfig<S, V> where
S: Unpin,
V: Unpin,
S: Unpin,
V: Unpin,
impl<S, V> UnwindSafe for ClientConfig<S, V> where
S: UnwindSafe,
V: UnwindSafe,
S: UnwindSafe,
V: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,