Struct vkrs::account::GeoInfo [] [src]

pub struct GeoInfo {
    pub id: Id,
    pub title: String,
}

Fields

Trait Implementations

impl Clone for GeoInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for GeoInfo
[src]

impl PartialEq for GeoInfo
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for GeoInfo
[src]

Formats the value using the given formatter.