pub struct ApiClientOptions {
pub wrap_response_errors: bool,
pub timeout: Option<Duration>,
pub retry_config: Option<RetryConfig>,
}
Fields§
§wrap_response_errors: bool
§timeout: Option<Duration>
§retry_config: Option<RetryConfig>
Trait Implementations§
Source§impl Clone for ApiClientOptions
impl Clone for ApiClientOptions
Source§fn clone(&self) -> ApiClientOptions
fn clone(&self) -> ApiClientOptions
Returns a copy 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 ApiClientOptions
impl RefUnwindSafe for ApiClientOptions
impl Send for ApiClientOptions
impl Sync for ApiClientOptions
impl Unpin for ApiClientOptions
impl UnwindSafe for ApiClientOptions
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