Struct clacks_mtproto::mtproto::channel_participants::Search [] [src]

pub struct Search {
    pub q: string,
}

TL-derived from channelParticipantsSearch

channelParticipantsSearch#656ac4b q:string = ChannelParticipantsFilter;

Fields

Trait Implementations

impl Debug for Search
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Search
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BareSerialize for Search
[src]

impl BareDeserialize for Search
[src]

impl IntoBoxed for Search
[src]

Auto Trait Implementations

impl Send for Search

impl Sync for Search