Struct fluent_fallback::types::L10nKey
source · 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> Send for L10nKey<'l>
impl<'l> !Sync for L10nKey<'l>
impl<'l> Unpin for L10nKey<'l>
impl<'l> !UnwindSafe for L10nKey<'l>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more