Struct google_safebrowsing4::ClientInfo[][src]

pub struct ClientInfo {
    pub client_id: Option<String>,
    pub client_version: Option<String>,
}

The client metadata associated with Safe Browsing API requests.

This type is not used in any activity, and only used as part of another schema.

Fields

A client ID that (hopefully) uniquely identifies the client implementation of the Safe Browsing API.

The version of the client implementation.

Trait Implementations

impl Default for ClientInfo
[src]

Returns the "default value" for a type. Read more

impl Clone for ClientInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ClientInfo
[src]

Formats the value using the given formatter. Read more

impl Part for ClientInfo
[src]

Auto Trait Implementations

impl Send for ClientInfo

impl Sync for ClientInfo