[][src]Struct domo_pitchfork::pitchfork::AccountsRequestBuilder

pub struct AccountsRequestBuilder<'t, T: 't> where
    T: DeserializeOwned
{ pub auth: &'t str, pub method: Method, pub url: String, pub resp_t: PhantomData<*const T>, pub body: Option<String>, }

Request Builder for all Account API interactions

Fields

auth: &'t strmethod: Methodurl: Stringresp_t: PhantomData<*const T>body: Option<String>

Trait Implementations

impl<'t, T> BaseRequest for AccountsRequestBuilder<'t, T> where
    T: DeserializeOwned
[src]

impl<'t, T> DomoRequest<T> for AccountsRequestBuilder<'t, T> where
    T: DeserializeOwned
[src]

impl<'t, T> From<DomoRequestBuilder<'t, T>> for AccountsRequestBuilder<'t, T> where
    T: DeserializeOwned
[src]

Auto Trait Implementations

impl<'t, T> !Send for AccountsRequestBuilder<'t, T>

impl<'t, T> Unpin for AccountsRequestBuilder<'t, T>

impl<'t, T> !Sync for AccountsRequestBuilder<'t, T>

impl<'t, T> UnwindSafe for AccountsRequestBuilder<'t, T> where
    T: RefUnwindSafe

impl<'t, T> RefUnwindSafe for AccountsRequestBuilder<'t, T> where
    T: RefUnwindSafe

Blanket Implementations

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.

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

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

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

impl<T> Erased for T

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

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