[][src]Struct apollo_client::Configuration

pub struct Configuration<T> { /* fields omitted */ }

The wrapper of apollo config api response's configurations field.

Methods

impl<T> Configuration<T>[src]

pub fn new(inner: T) -> Self[src]

pub fn into_inner(self) -> T[src]

Trait Implementations

impl<T: Debug> Debug for Configuration<T>[src]

impl<T> Deref for Configuration<T>[src]

type Target = T

The resulting type after dereferencing.

impl<T> DerefMut for Configuration<T>[src]

impl<T: DeserializeOwned> FromResponses for Configuration<T>[src]

type Err = ApolloClientError

Auto Trait Implementations

impl<T> RefUnwindSafe for Configuration<T> where
    T: RefUnwindSafe

impl<T> Send for Configuration<T> where
    T: Send

impl<T> Sync for Configuration<T> where
    T: Sync

impl<T> Unpin for Configuration<T> where
    T: Unpin

impl<T> UnwindSafe for Configuration<T> where
    T: UnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.