Trait rust_tdlib::types::TDLanguagePackStringValue [−][src]
pub trait TDLanguagePackStringValue: Debug + RObject { }
Expand description
Represents the value of a string in a language pack
Implementations on Foreign Types
impl<'a, LANGUAGEPACKSTRINGVALUE: TDLanguagePackStringValue> TDLanguagePackStringValue for &'a LANGUAGEPACKSTRINGVALUE
impl<'a, LANGUAGEPACKSTRINGVALUE: TDLanguagePackStringValue> TDLanguagePackStringValue for &'a mut LANGUAGEPACKSTRINGVALUE