Struct clacks_mtproto::mtproto::rpc::account::GetNotifySettings [] [src]

pub struct GetNotifySettings {
    pub peer: InputNotifyPeer,
}

TL-derived from account.getNotifySettings

account.getNotifySettings#12b3ad31 peer:InputNotifyPeer = PeerNotifySettings;

Fields

Trait Implementations

impl Debug for GetNotifySettings
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetNotifySettings
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for GetNotifySettings
[src]

[src]

[src]

impl Function for GetNotifySettings
[src]

impl BareSerialize for GetNotifySettings
[src]

Auto Trait Implementations