Struct telegram::schema::contacts::search []

pub struct search {
    pub q: String,
    pub limit: i32,
}

Fields

Trait Implementations

impl Debug for search
[src]

Formats the value using the given formatter.

impl Serialize for search

Serialize to the passed buffer.