pub struct ClientOptions {
pub endpoint: String,
pub api_key: String,
pub user_agent: Option<String>,
pub request_time_out: Option<u32>,
pub auth_version: Option<String>,
}Fields§
§endpoint: String§api_key: String§user_agent: Option<String>§request_time_out: Option<u32>§auth_version: Option<String>Auto Trait Implementations§
impl Freeze for ClientOptions
impl RefUnwindSafe for ClientOptions
impl Send for ClientOptions
impl Sync for ClientOptions
impl Unpin for ClientOptions
impl UnsafeUnpin for ClientOptions
impl UnwindSafe for ClientOptions
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