pub struct FluentHelper {
pub escape: bool,
/* private fields */
}
Expand description
Lookup a language string in the underlying loader.
Fields§
§escape: bool
Escape messages, default is true
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FluentHelper
impl !RefUnwindSafe for FluentHelper
impl Send for FluentHelper
impl Sync for FluentHelper
impl Unpin for FluentHelper
impl !UnwindSafe for FluentHelper
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