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> Freeze for L10nKey<'l>
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more