Enum clacks_mtproto::mtproto::InputPrivacyKey [] [src]

pub enum InputPrivacyKey {
    StatusTimestamp,
    ChatInvite,
    PhoneCall,
}

TL-derived from InputPrivacyKey

inputPrivacyKeyStatusTimestamp#4f96cb18 = InputPrivacyKey;

inputPrivacyKeyChatInvite#bdfb0426 = InputPrivacyKey;

inputPrivacyKeyPhoneCall#fabadc5f = InputPrivacyKey;

Variants

Trait Implementations

impl Debug for InputPrivacyKey
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for InputPrivacyKey
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl BoxedSerialize for InputPrivacyKey
[src]

[src]

[src]

impl BoxedDeserialize for InputPrivacyKey
[src]

Important traits for Vec<u8>
[src]

[src]

[src]

Auto Trait Implementations