[][src]Struct unleash_api_client::client::ClientBuilder

pub struct ClientBuilder { /* fields omitted */ }

Implementations

impl ClientBuilder[src]

pub fn into_client<C, F>(
    self,
    api_url: &str,
    app_name: &str,
    instance_id: &str,
    authorization: Option<String>
) -> Result<Client<C, F>, Error> where
    C: HttpClient + Default,
    F: Enum<CachedFeature> + Debug + DeserializeOwned + Serialize
[src]

pub fn enable_string_features(self) -> Self[src]

pub fn interval(self, interval: u64) -> Self[src]

pub fn strategy(self, name: &str, strategy: Strategy) -> Self[src]

Trait Implementations

impl Default for ClientBuilder[src]

Auto Trait Implementations

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> Instrument for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> Sealed<T> for T where
    T: ?Sized

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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> WithSubscriber for T[src]