Trait clacks_mtproto::BoxedSerialize [] [src]

pub trait BoxedSerialize {
    fn serialize_boxed<'this>(
        &'this self
    ) -> (ConstructorNumber, &'this BareSerialize); fn boxed_serialized_bytes(&self) -> Result<Vec<u8>> { ... } }

Required Methods

Provided Methods

Implementations on Foreign Types

impl BoxedSerialize for Option<ChannelParticipants>
[src]

[src]

[src]

impl BoxedSerialize for Option<Contacts>
[src]

[src]

[src]

impl BoxedSerialize for Option<TopPeers>
[src]

[src]

[src]

impl BoxedSerialize for Option<AppUpdate>
[src]

[src]

[src]

impl BoxedSerialize for Option<AllStickers>
[src]

[src]

[src]

impl BoxedSerialize for Option<FavedStickers>
[src]

[src]

[src]

impl BoxedSerialize for Option<FeaturedStickers>
[src]

[src]

[src]

impl BoxedSerialize for Option<RecentStickers>
[src]

[src]

[src]

impl BoxedSerialize for Option<SavedGifs>
[src]

[src]

[src]

impl BoxedSerialize for Option<Archive>
[src]

[src]

[src]

impl BoxedSerialize for Option<Stickers>
[src]

[src]

[src]

impl BoxedSerialize for Option<ChannelMessagesFilter>
[src]

[src]

[src]

impl BoxedSerialize for Option<ChatPhoto>
[src]

[src]

[src]

impl BoxedSerialize for Option<DraftMessage>
[src]

[src]

[src]

impl BoxedSerialize for Option<EncryptedFile>
[src]

[src]

[src]

impl BoxedSerialize for Option<Exported>
[src]

[src]

[src]

impl BoxedSerialize for Option<GeoPoint>
[src]

[src]

[src]

impl BoxedSerialize for Option<InputChannel>
[src]

[src]

[src]

impl BoxedSerialize for Option<InputDocument>
[src]

[src]

[src]

impl BoxedSerialize for Option<InputGeoPoint>
[src]

[src]

[src]

impl BoxedSerialize for Option<InputPhoto>
[src]

[src]

[src]

impl BoxedSerialize for Option<PeerNotifySettings>
[src]

[src]

[src]

impl BoxedSerialize for Option<UserProfilePhoto>
[src]

[src]

[src]

impl BoxedSerialize for bool
[src]

[src]

[src]

impl<T> BoxedSerialize for Box<T> where
    T: BoxedSerialize
[src]

[src]

[src]

Implementors