[][src]Trait rtdlib::types::TDTextEntityType

pub trait TDTextEntityType: Debug + RObject { }

TRAIT | Represents a part of the text which must be formatted differently

Implementations on Foreign Types

impl<'a, TEXTENTITYTYPE: TDTextEntityType> TDTextEntityType for &'a TEXTENTITYTYPE[src]

impl<'a, TEXTENTITYTYPE: TDTextEntityType> TDTextEntityType for &'a mut TEXTENTITYTYPE[src]

Loading content...

Implementors

impl TDTextEntityType for TextEntityTypeBankCardNumber[src]

impl TDTextEntityType for TextEntityTypeBold[src]

impl TDTextEntityType for TextEntityTypeBotCommand[src]

impl TDTextEntityType for TextEntityTypeCashtag[src]

impl TDTextEntityType for TextEntityTypeCode[src]

impl TDTextEntityType for TextEntityTypeEmailAddress[src]

impl TDTextEntityType for TextEntityTypeHashtag[src]

impl TDTextEntityType for TextEntityTypeItalic[src]

impl TDTextEntityType for TextEntityTypeMention[src]

impl TDTextEntityType for TextEntityTypeMentionName[src]

impl TDTextEntityType for TextEntityTypePhoneNumber[src]

impl TDTextEntityType for TextEntityTypePre[src]

impl TDTextEntityType for TextEntityTypePreCode[src]

impl TDTextEntityType for TextEntityTypeStrikethrough[src]

impl TDTextEntityType for TextEntityTypeTextUrl[src]

impl TDTextEntityType for TextEntityTypeUnderline[src]

impl TDTextEntityType for TextEntityTypeUrl[src]

Loading content...