pub struct FmpConfig {
pub api_key: String,
pub base_url: String,
pub timeout: Duration,
}Expand description
HTTP client configuration
Fields§
§api_key: StringAPI key for authentication
base_url: StringBase URL for the API
timeout: DurationRequest timeout in seconds
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FmpConfig
impl RefUnwindSafe for FmpConfig
impl Send for FmpConfig
impl Sync for FmpConfig
impl Unpin for FmpConfig
impl UnwindSafe for FmpConfig
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