Struct vkrs::account::Contact [] [src]

pub struct Contact {
    pub contact: String,
    pub common_count: usize,
}

Fields

Trait Implementations

impl Clone for Contact
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Contact
[src]

impl PartialEq for Contact
[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 Contact
[src]

Formats the value using the given formatter.