[][src]Trait rtdlib::types::LanguagePackStringValue

pub trait LanguagePackStringValue: Object + RObject + Debug + Serialize + Deserialize { }

This class is an abstract base class. Represents the value of a string in a language pack.

Methods

impl dyn LanguagePackStringValue[src]

pub fn from_json<S: AsRef<str>>(json: S) -> Option<Box<Self>>[src]

Trait Implementations

impl<'typetag> Serialize for dyn LanguagePackStringValue + 'typetag[src]

impl<'typetag> Serialize for dyn LanguagePackStringValue + Send + 'typetag[src]

impl<'typetag> Serialize for dyn LanguagePackStringValue + Sync + 'typetag[src]

impl<'typetag> Serialize for dyn LanguagePackStringValue + Send + Sync + 'typetag[src]

impl Strictest for dyn LanguagePackStringValue[src]

Implementors

impl LanguagePackStringValue for LanguagePackStringValueDeleted[src]

impl LanguagePackStringValue for LanguagePackStringValueOrdinary[src]

impl LanguagePackStringValue for LanguagePackStringValuePluralized[src]

Loading content...