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
impl From<&ApiClientEndpoint> for HttpClientRef
Source§fn from(value: &ApiClientEndpoint) -> Self
fn from(value: &ApiClientEndpoint) -> Self
Converts to this type from the input type.
Source§impl From<&CheckApprovalRequiredEndpoint> for HttpClientRef
impl From<&CheckApprovalRequiredEndpoint> for HttpClientRef
Source§fn from(value: &CheckApprovalRequiredEndpoint) -> Self
fn from(value: &CheckApprovalRequiredEndpoint) -> Self
Converts to this type from the input type.
Source§impl From<&DefaultEndpoint> for HttpClientRef
impl From<&DefaultEndpoint> for HttpClientRef
Source§fn from(value: &DefaultEndpoint) -> Self
fn from(value: &DefaultEndpoint) -> Self
Converts to this type from the input type.
Source§impl From<&FeedEndpoint> for HttpClientRef
impl From<&FeedEndpoint> for HttpClientRef
Source§fn from(value: &FeedEndpoint) -> Self
fn from(value: &FeedEndpoint) -> Self
Converts to this type from the input type.
Source§impl From<&FollowEndpoint> for HttpClientRef
impl From<&FollowEndpoint> for HttpClientRef
Source§fn from(value: &FollowEndpoint) -> Self
fn from(value: &FollowEndpoint) -> Self
Converts to this type from the input type.
Source§impl From<&FollowsEndpoint> for HttpClientRef
impl From<&FollowsEndpoint> for HttpClientRef
Source§fn from(value: &FollowsEndpoint) -> Self
fn from(value: &FollowsEndpoint) -> Self
Converts to this type from the input type.
Source§impl From<&GroupEndpoint> for HttpClientRef
impl From<&GroupEndpoint> for HttpClientRef
Source§fn from(value: &GroupEndpoint) -> Self
fn from(value: &GroupEndpoint) -> Self
Converts to this type from the input type.
Source§impl From<&HistoryEndpoint> for HttpClientRef
impl From<&HistoryEndpoint> for HttpClientRef
Source§fn from(value: &HistoryEndpoint) -> Self
fn from(value: &HistoryEndpoint) -> Self
Converts to this type from the input type.
Source§impl From<&IdEndpoint> for HttpClientRef
impl From<&IdEndpoint> for HttpClientRef
Source§fn from(value: &IdEndpoint) -> Self
fn from(value: &IdEndpoint) -> Self
Converts to this type from the input type.
Source§impl From<&IdEndpoint> for HttpClientRef
impl From<&IdEndpoint> for HttpClientRef
Source§fn from(value: &IdEndpoint) -> Self
fn from(value: &IdEndpoint) -> Self
Converts to this type from the input type.
Source§impl From<&IdEndpoint> for HttpClientRef
impl From<&IdEndpoint> for HttpClientRef
Source§fn from(value: &IdEndpoint) -> Self
fn from(value: &IdEndpoint) -> Self
Converts to this type from the input type.
Source§impl From<&IdEndpoint> for HttpClientRef
impl From<&IdEndpoint> for HttpClientRef
Source§fn from(value: &IdEndpoint) -> Self
fn from(value: &IdEndpoint) -> Self
Converts to this type from the input type.
Source§impl From<&IdEndpoint> for HttpClientRef
impl From<&IdEndpoint> for HttpClientRef
Source§fn from(value: &IdEndpoint) -> Self
fn from(value: &IdEndpoint) -> Self
Converts to this type from the input type.
Source§impl From<&IdEndpoint> for HttpClientRef
impl From<&IdEndpoint> for HttpClientRef
Source§fn from(value: &IdEndpoint) -> Self
fn from(value: &IdEndpoint) -> Self
Converts to this type from the input type.
Source§impl From<&ListEndpoint> for HttpClientRef
impl From<&ListEndpoint> for HttpClientRef
Source§fn from(value: &ListEndpoint) -> Self
fn from(value: &ListEndpoint) -> Self
Converts to this type from the input type.
Source§impl From<&ListEndpoint> for HttpClientRef
impl From<&ListEndpoint> for HttpClientRef
Source§fn from(value: &ListEndpoint) -> Self
fn from(value: &ListEndpoint) -> Self
Converts to this type from the input type.
Source§impl From<&ListEndpoint> for HttpClientRef
impl From<&ListEndpoint> for HttpClientRef
Source§fn from(value: &ListEndpoint) -> Self
fn from(value: &ListEndpoint) -> Self
Converts to this type from the input type.
Source§impl From<&MangaEndpoint> for HttpClientRef
impl From<&MangaEndpoint> for HttpClientRef
Source§fn from(value: &MangaEndpoint) -> Self
fn from(value: &MangaEndpoint) -> Self
Converts to this type from the input type.
Source§impl From<&MeEndpoint> for HttpClientRef
impl From<&MeEndpoint> for HttpClientRef
Source§fn from(value: &MeEndpoint) -> Self
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.
impl From<&OAuthBuider> for HttpClientRef
Available on crate feature
oauth
only.Source§fn from(value: &OAuthBuider) -> Self
fn from(value: &OAuthBuider) -> Self
Converts to this type from the input type.
Source§impl From<&SecretEndpoint> for HttpClientRef
impl From<&SecretEndpoint> for HttpClientRef
Source§fn from(value: &SecretEndpoint) -> Self
fn from(value: &SecretEndpoint) -> Self
Converts to this type from the input type.
Source§impl From<&UserEndpoint> for HttpClientRef
impl From<&UserEndpoint> for HttpClientRef
Source§fn from(value: &UserEndpoint) -> Self
fn from(value: &UserEndpoint) -> Self
Converts to this type from the input type.