Struct google_testing1::ClientInfo [−][src]
pub struct ClientInfo {
pub client_info_details: Option<Vec<ClientInfoDetail>>,
pub name: Option<String>,
}Information about the client which invoked the test.
This type is not used in any activity, and only used as part of another schema.
Fields
client_info_details: Option<Vec<ClientInfoDetail>>
The list of detailed information about client.
name: Option<String>
Client name, such as gcloud. Required
Trait Implementations
impl Default for ClientInfo[src]
impl Default for ClientInfofn default() -> ClientInfo[src]
fn default() -> ClientInfoReturns the "default value" for a type. Read more
impl Clone for ClientInfo[src]
impl Clone for ClientInfofn clone(&self) -> ClientInfo[src]
fn clone(&self) -> ClientInfoReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ClientInfo[src]
impl Debug for ClientInfofn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for ClientInfo[src]
impl Part for ClientInfoAuto Trait Implementations
impl Send for ClientInfo
impl Send for ClientInfoimpl Sync for ClientInfo
impl Sync for ClientInfo