Struct google_testing1::ClientInfoDetail
[−]
[src]
pub struct ClientInfoDetail {
pub key: Option<String>,
pub value: Option<String>,
}Key-value pair of detailed information about the client which invoked the test. For example {'Version', '1.0'}, {'Release Track', 'BETA'}
This type is not used in any activity, and only used as part of another schema.
Fields
key: Option<String>
The key of detailed client information. Required
value: Option<String>
The value of detailed client information. Required
Trait Implementations
impl Default for ClientInfoDetail[src]
fn default() -> ClientInfoDetail[src]
Returns the "default value" for a type. Read more
impl Clone for ClientInfoDetail[src]
fn clone(&self) -> ClientInfoDetail[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more