pub struct FluentTranslator { /* private fields */ }Expand description
Fluent 翻译提供者
Implementations§
Trait Implementations§
Source§impl TranslationProvider for FluentTranslator
impl TranslationProvider for FluentTranslator
impl Send for FluentTranslator
impl Sync for FluentTranslator
Auto Trait Implementations§
impl Freeze for FluentTranslator
impl !RefUnwindSafe for FluentTranslator
impl Unpin for FluentTranslator
impl UnsafeUnpin for FluentTranslator
impl !UnwindSafe for FluentTranslator
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