Trait FluentType
fluent_bundle::types
pub trait FluentType: Debug + AnyEq + 'static { fn duplicate(&self) -> Box<dyn FluentType>; fn as_string(&self, intls: &Mutex<IntlLangMemoizer>) -> Cow<'static, str>; }
fn duplicate(&self) -> Box<dyn FluentType>
fn as_string(&self, intls: &Mutex<IntlLangMemoizer>) -> Cow<'static, str>
impl PartialEq<dyn FluentType + 'static> for dyn FluentType
fn eq(&self, other: &Self) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
self
other
==
#[must_use] fn ne(&self, other: &Rhs) -> bool
This method tests for !=.
!=