[][src]Trait rtdlib::types::TDLanguagePackStringValue

pub trait TDLanguagePackStringValue: Debug + RObject { }

TRAIT | Represents the value of a string in a language pack

Implementations on Foreign Types

impl<'a, LANGUAGEPACKSTRINGVALUE: TDLanguagePackStringValue> TDLanguagePackStringValue for &'a LANGUAGEPACKSTRINGVALUE[src]

impl<'a, LANGUAGEPACKSTRINGVALUE: TDLanguagePackStringValue> TDLanguagePackStringValue for &'a mut LANGUAGEPACKSTRINGVALUE[src]

Loading content...

Implementors

impl TDLanguagePackStringValue for GetLanguagePackString[src]

impl TDLanguagePackStringValue for LanguagePackStringValueDeleted[src]

impl TDLanguagePackStringValue for LanguagePackStringValueOrdinary[src]

impl TDLanguagePackStringValue for LanguagePackStringValuePluralized[src]

Loading content...