pub struct ArriClientConfig {
pub http_client: Client,
pub base_url: String,
pub headers: HashMap<&'static str, String>,
}Fields§
§http_client: Client§base_url: String§headers: HashMap<&'static str, String>Trait Implementations§
Source§impl Clone for ArriClientConfig
impl Clone for ArriClientConfig
Source§fn clone(&self) -> ArriClientConfig
fn clone(&self) -> ArriClientConfig
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 ArriClientConfig
impl !RefUnwindSafe for ArriClientConfig
impl Send for ArriClientConfig
impl Sync for ArriClientConfig
impl Unpin for ArriClientConfig
impl !UnwindSafe for ArriClientConfig
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