pub struct InternalArriClientConfig {
pub http_client: Client,
pub base_url: String,
pub headers: Arc<RwLock<HashMap<&'static str, String>>>,
}Fields§
§http_client: Client§base_url: String§headers: Arc<RwLock<HashMap<&'static str, String>>>Implementations§
Source§impl InternalArriClientConfig
impl InternalArriClientConfig
pub fn from(config: ArriClientConfig) -> Self
Trait Implementations§
Source§impl Clone for InternalArriClientConfig
impl Clone for InternalArriClientConfig
Source§fn clone(&self) -> InternalArriClientConfig
fn clone(&self) -> InternalArriClientConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for InternalArriClientConfig
impl !RefUnwindSafe for InternalArriClientConfig
impl Send for InternalArriClientConfig
impl Sync for InternalArriClientConfig
impl Unpin for InternalArriClientConfig
impl !UnwindSafe for InternalArriClientConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more