pub struct ReqwestHttpAsyncClientConfiguration {
pub key: String,
pub weather_base_url: Option<String>,
pub geo_base_url: Option<String>,
pub timeout: Option<Duration>,
pub debug: bool,
}
Fields§
§key: String
§weather_base_url: Option<String>
§geo_base_url: Option<String>
§timeout: Option<Duration>
§debug: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReqwestHttpAsyncClientConfiguration
impl RefUnwindSafe for ReqwestHttpAsyncClientConfiguration
impl Send for ReqwestHttpAsyncClientConfiguration
impl Sync for ReqwestHttpAsyncClientConfiguration
impl Unpin for ReqwestHttpAsyncClientConfiguration
impl UnwindSafe for ReqwestHttpAsyncClientConfiguration
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