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