pub struct FluentBundleOptions {
pub use_isolating: bool,
pub transform_fn: Option<String>,
pub format_fn: Option<String>,
}
Fields§
§use_isolating: bool
§transform_fn: Option<String>
§format_fn: Option<String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FluentBundleOptions
impl RefUnwindSafe for FluentBundleOptions
impl Send for FluentBundleOptions
impl Sync for FluentBundleOptions
impl Unpin for FluentBundleOptions
impl UnwindSafe for FluentBundleOptions
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