pub struct ApiClientOptions {
pub wrap_response_errors: bool,
pub timeout: Option<Duration>,
pub retry_options: Option<RetryOptions>,
}
Fieldsยง
ยงwrap_response_errors: bool
ยงtimeout: Option<Duration>
ยงretry_options: Option<RetryOptions>
Trait Implementationsยง
Sourceยงimpl Clone for ApiClientOptions
impl Clone for ApiClientOptions
Sourceยงfn clone(&self) -> ApiClientOptions
fn clone(&self) -> ApiClientOptions
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 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