Struct graph_http::HttpClient [−][src]
pub struct HttpClient<Client> { /* fields omitted */ }
Implementations
Trait Implementations
impl From<GraphRequest<Client, Body, Form>> for HttpClient<Arc<Mutex<GraphRequest<Client, Body, Form>>>>
[src]
impl From<GraphRequest<Client, Body, Form>> for HttpClient<Arc<Mutex<GraphRequest<Client, Body, Form>>>>
[src]Performs the conversion.
Auto Trait Implementations
impl<Client> RefUnwindSafe for HttpClient<Client> where
Client: RefUnwindSafe,
impl<Client> Send for HttpClient<Client> where
Client: Send,
impl<Client> Sync for HttpClient<Client> where
Client: Sync,
impl<Client> Unpin for HttpClient<Client> where
Client: Unpin,
impl<Client> UnwindSafe for HttpClient<Client> where
Client: UnwindSafe,