mangadex_api::http_client

Type Alias HttpClientRef

Source
pub type HttpClientRef = Rc<RefCell<HttpClient>>;
Available on non-crate feature multi-thread and non-crate feature tokio-multi-thread and non-crate feature rw-multi-thread only.

Aliased Type§

struct HttpClientRef { /* private fields */ }

Trait Implementations§

Source§

impl From<&ApiClientEndpoint> for HttpClientRef

Source§

fn from(value: &ApiClientEndpoint) -> Self

Converts to this type from the input type.
Source§

impl From<&CheckApprovalRequiredEndpoint> for HttpClientRef

Source§

fn from(value: &CheckApprovalRequiredEndpoint) -> Self

Converts to this type from the input type.
Source§

impl From<&DefaultEndpoint> for HttpClientRef

Source§

fn from(value: &DefaultEndpoint) -> Self

Converts to this type from the input type.
Source§

impl From<&FeedEndpoint> for HttpClientRef

Source§

fn from(value: &FeedEndpoint) -> Self

Converts to this type from the input type.
Source§

impl From<&FollowEndpoint> for HttpClientRef

Source§

fn from(value: &FollowEndpoint) -> Self

Converts to this type from the input type.
Source§

impl From<&FollowsEndpoint> for HttpClientRef

Source§

fn from(value: &FollowsEndpoint) -> Self

Converts to this type from the input type.
Source§

impl From<&GroupEndpoint> for HttpClientRef

Source§

fn from(value: &GroupEndpoint) -> Self

Converts to this type from the input type.
Source§

impl From<&HistoryEndpoint> for HttpClientRef

Source§

fn from(value: &HistoryEndpoint) -> Self

Converts to this type from the input type.
Source§

impl From<&IdEndpoint> for HttpClientRef

Source§

fn from(value: &IdEndpoint) -> Self

Converts to this type from the input type.
Source§

impl From<&IdEndpoint> for HttpClientRef

Source§

fn from(value: &IdEndpoint) -> Self

Converts to this type from the input type.
Source§

impl From<&IdEndpoint> for HttpClientRef

Source§

fn from(value: &IdEndpoint) -> Self

Converts to this type from the input type.
Source§

impl From<&IdEndpoint> for HttpClientRef

Source§

fn from(value: &IdEndpoint) -> Self

Converts to this type from the input type.
Source§

impl From<&IdEndpoint> for HttpClientRef

Source§

fn from(value: &IdEndpoint) -> Self

Converts to this type from the input type.
Source§

impl From<&IdEndpoint> for HttpClientRef

Source§

fn from(value: &IdEndpoint) -> Self

Converts to this type from the input type.
Source§

impl From<&ListEndpoint> for HttpClientRef

Source§

fn from(value: &ListEndpoint) -> Self

Converts to this type from the input type.
Source§

impl From<&ListEndpoint> for HttpClientRef

Source§

fn from(value: &ListEndpoint) -> Self

Converts to this type from the input type.
Source§

impl From<&ListEndpoint> for HttpClientRef

Source§

fn from(value: &ListEndpoint) -> Self

Converts to this type from the input type.
Source§

impl From<&MangaEndpoint> for HttpClientRef

Source§

fn from(value: &MangaEndpoint) -> Self

Converts to this type from the input type.
Source§

impl From<&MeEndpoint> for HttpClientRef

Source§

fn from(value: &MeEndpoint) -> Self

Converts to this type from the input type.
Source§

impl From<&OAuthBuider> for HttpClientRef

Available on crate feature oauth only.
Source§

fn from(value: &OAuthBuider) -> Self

Converts to this type from the input type.
Source§

impl From<&SecretEndpoint> for HttpClientRef

Source§

fn from(value: &SecretEndpoint) -> Self

Converts to this type from the input type.
Source§

impl From<&UserEndpoint> for HttpClientRef

Source§

fn from(value: &UserEndpoint) -> Self

Converts to this type from the input type.