Struct google_urlshortener1::StringCount[][src]

pub struct StringCount {
    pub count: Option<String>,
    pub id: Option<String>,
}

There is no detailed description.

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

Fields

Number of clicks for this top entry, e.g. for this particular country or browser.

Label assigned to this top entry, e.g. "US" or "Chrome".

Trait Implementations

impl Default for StringCount
[src]

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

impl Clone for StringCount
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for StringCount
[src]

Formats the value using the given formatter. Read more

impl Part for StringCount
[src]

Auto Trait Implementations

impl Send for StringCount

impl Sync for StringCount