Struct google_safebrowsing4::UserInfo[][src]

pub struct UserInfo {
    pub region_code: Option<String>,
    pub user_id: Option<String>,
}

Details about the user that encountered the threat.

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

Fields

The UN M.49 region code associated with the user's location.

Unique user identifier defined by the client.

Trait Implementations

impl Default for UserInfo
[src]

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

impl Clone for UserInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UserInfo
[src]

Formats the value using the given formatter. Read more

impl Part for UserInfo
[src]

Auto Trait Implementations

impl Send for UserInfo

impl Sync for UserInfo