Struct fluent_fallback::types::L10nKey [−][src]
pub struct L10nKey<'l> {
pub id: Cow<'l, str>,
pub args: Option<FluentArgs<'l>>,
}Fields
id: Cow<'l, str>args: Option<FluentArgs<'l>>Trait Implementations
Auto Trait Implementations
impl<'l> !RefUnwindSafe for L10nKey<'l>
impl<'l> !RefUnwindSafe for L10nKey<'l>impl<'l> !UnwindSafe for L10nKey<'l>
impl<'l> !UnwindSafe for L10nKey<'l>