[][src]Trait rtdlib::types::TextParseMode

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

This class is an abstract base class. Describes the way the text should be parsed for TextEntities.

Methods

impl dyn TextParseMode[src]

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

Trait Implementations

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

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

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

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

impl Strictest for dyn TextParseMode[src]

Implementors

impl TextParseMode for TextParseModeHTML[src]

impl TextParseMode for TextParseModeMarkdown[src]

Loading content...