[][src]Enum grammers_tl_types::enums::MessageEntity

Variants

InputMessageEntityMentionName(InputMessageEntityMentionName)

Trait Implementations

impl Clone for MessageEntity[src]

impl Debug for MessageEntity[src]

impl Deserializable for MessageEntity[src]

impl From<InputMessageEntityMentionName> for MessageEntity[src]

impl From<MessageEntityBankCard> for MessageEntity[src]

impl From<MessageEntityBlockquote> for MessageEntity[src]

impl From<MessageEntityBold> for MessageEntity[src]

impl From<MessageEntityBotCommand> for MessageEntity[src]

impl From<MessageEntityCashtag> for MessageEntity[src]

impl From<MessageEntityCode> for MessageEntity[src]

impl From<MessageEntityEmail> for MessageEntity[src]

impl From<MessageEntityHashtag> for MessageEntity[src]

impl From<MessageEntityItalic> for MessageEntity[src]

impl From<MessageEntityMention> for MessageEntity[src]

impl From<MessageEntityMentionName> for MessageEntity[src]

impl From<MessageEntityPhone> for MessageEntity[src]

impl From<MessageEntityPre> for MessageEntity[src]

impl From<MessageEntityStrike> for MessageEntity[src]

impl From<MessageEntityTextUrl> for MessageEntity[src]

impl From<MessageEntityUnderline> for MessageEntity[src]

impl From<MessageEntityUnknown> for MessageEntity[src]

impl From<MessageEntityUrl> for MessageEntity[src]

impl PartialEq<MessageEntity> for MessageEntity[src]

impl Serializable for MessageEntity[src]

impl StructuralPartialEq for MessageEntity[src]

impl TryFrom<MessageEntity> for InputMessageEntityMentionName[src]

type Error = WrongVariant

The type returned in the event of a conversion error.

impl TryFrom<MessageEntity> for MessageEntityBankCard[src]

type Error = WrongVariant

The type returned in the event of a conversion error.

impl TryFrom<MessageEntity> for MessageEntityMention[src]

type Error = WrongVariant

The type returned in the event of a conversion error.

impl TryFrom<MessageEntity> for MessageEntityMentionName[src]

type Error = WrongVariant

The type returned in the event of a conversion error.

impl TryFrom<MessageEntity> for MessageEntityPhone[src]

type Error = WrongVariant

The type returned in the event of a conversion error.

impl TryFrom<MessageEntity> for MessageEntityPre[src]

type Error = WrongVariant

The type returned in the event of a conversion error.

impl TryFrom<MessageEntity> for MessageEntityStrike[src]

type Error = WrongVariant

The type returned in the event of a conversion error.

impl TryFrom<MessageEntity> for MessageEntityTextUrl[src]

type Error = WrongVariant

The type returned in the event of a conversion error.

impl TryFrom<MessageEntity> for MessageEntityUnderline[src]

type Error = WrongVariant

The type returned in the event of a conversion error.

impl TryFrom<MessageEntity> for MessageEntityUnknown[src]

type Error = WrongVariant

The type returned in the event of a conversion error.

impl TryFrom<MessageEntity> for MessageEntityUrl[src]

type Error = WrongVariant

The type returned in the event of a conversion error.

impl TryFrom<MessageEntity> for MessageEntityBlockquote[src]

type Error = WrongVariant

The type returned in the event of a conversion error.

impl TryFrom<MessageEntity> for MessageEntityBold[src]

type Error = WrongVariant

The type returned in the event of a conversion error.

impl TryFrom<MessageEntity> for MessageEntityBotCommand[src]

type Error = WrongVariant

The type returned in the event of a conversion error.

impl TryFrom<MessageEntity> for MessageEntityCashtag[src]

type Error = WrongVariant

The type returned in the event of a conversion error.

impl TryFrom<MessageEntity> for MessageEntityCode[src]

type Error = WrongVariant

The type returned in the event of a conversion error.

impl TryFrom<MessageEntity> for MessageEntityEmail[src]

type Error = WrongVariant

The type returned in the event of a conversion error.

impl TryFrom<MessageEntity> for MessageEntityHashtag[src]

type Error = WrongVariant

The type returned in the event of a conversion error.

impl TryFrom<MessageEntity> for MessageEntityItalic[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.