pub struct ClientConfig {
pub service_account_token: String,
pub integration_name: &'static str,
pub integration_version: &'static str,
pub sdk_version: &'static str,
pub request_library_name: &'static str,
pub request_library_version: &'static str,
pub os: &'static str,
pub os_version: &'static str,
pub architecture: &'static str,
pub programming_language: &'static str,
}Fields§
§service_account_token: String§integration_name: &'static str§integration_version: &'static str§sdk_version: &'static str§request_library_name: &'static str§request_library_version: &'static str§os: &'static str§os_version: &'static str§architecture: &'static str§programming_language: &'static strTrait Implementations§
Source§impl Debug for ClientConfig
impl Debug for ClientConfig
Source§impl Default for ClientConfig
impl Default for ClientConfig
Auto Trait Implementations§
impl Freeze for ClientConfig
impl RefUnwindSafe for ClientConfig
impl Send for ClientConfig
impl Sync for ClientConfig
impl Unpin for ClientConfig
impl UnwindSafe for ClientConfig
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