Struct vkrs::account::Contacts [] [src]

pub struct Contacts {
    pub found: Vec<User>,
    pub other: Vec<Contact>,
}

Fields

Trait Implementations

impl Clone for Contacts
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Contacts
[src]

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

Formats the value using the given formatter.