[][src]Enum grammers_tl_types::enums::MessageMedia

Variants

Trait Implementations

impl Clone for MessageMedia[src]

impl Debug for MessageMedia[src]

impl Deserializable for MessageMedia[src]

impl From<MessageMediaContact> for MessageMedia[src]

impl From<MessageMediaDice> for MessageMedia[src]

impl From<MessageMediaDocument> for MessageMedia[src]

impl From<MessageMediaEmpty> for MessageMedia[src]

impl From<MessageMediaGame> for MessageMedia[src]

impl From<MessageMediaGeo> for MessageMedia[src]

impl From<MessageMediaGeoLive> for MessageMedia[src]

impl From<MessageMediaInvoice> for MessageMedia[src]

impl From<MessageMediaPhoto> for MessageMedia[src]

impl From<MessageMediaPoll> for MessageMedia[src]

impl From<MessageMediaUnsupported> for MessageMedia[src]

impl From<MessageMediaVenue> for MessageMedia[src]

impl From<MessageMediaWebPage> for MessageMedia[src]

impl PartialEq<MessageMedia> for MessageMedia[src]

impl Serializable for MessageMedia[src]

impl StructuralPartialEq for MessageMedia[src]

impl TryFrom<MessageMedia> for MessageMediaContact[src]

type Error = WrongVariant

The type returned in the event of a conversion error.

impl TryFrom<MessageMedia> for MessageMediaDice[src]

type Error = WrongVariant

The type returned in the event of a conversion error.

impl TryFrom<MessageMedia> for MessageMediaUnsupported[src]

type Error = WrongVariant

The type returned in the event of a conversion error.

impl TryFrom<MessageMedia> for MessageMediaVenue[src]

type Error = WrongVariant

The type returned in the event of a conversion error.

impl TryFrom<MessageMedia> for MessageMediaWebPage[src]

type Error = WrongVariant

The type returned in the event of a conversion error.

impl TryFrom<MessageMedia> for MessageMediaDocument[src]

type Error = WrongVariant

The type returned in the event of a conversion error.

impl TryFrom<MessageMedia> for MessageMediaEmpty[src]

type Error = WrongVariant

The type returned in the event of a conversion error.

impl TryFrom<MessageMedia> for MessageMediaGame[src]

type Error = WrongVariant

The type returned in the event of a conversion error.

impl TryFrom<MessageMedia> for MessageMediaGeo[src]

type Error = WrongVariant

The type returned in the event of a conversion error.

impl TryFrom<MessageMedia> for MessageMediaGeoLive[src]

type Error = WrongVariant

The type returned in the event of a conversion error.

impl TryFrom<MessageMedia> for MessageMediaInvoice[src]

type Error = WrongVariant

The type returned in the event of a conversion error.

impl TryFrom<MessageMedia> for MessageMediaPhoto[src]

type Error = WrongVariant

The type returned in the event of a conversion error.

impl TryFrom<MessageMedia> for MessageMediaPoll[src]

type Error = WrongVariant

The type returned in the event of a conversion error.

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.