pub struct MessageLocatorOptions { /* private fields */ }
Implementations§
Source§impl MessageLocatorOptions
impl MessageLocatorOptions
pub fn new() -> Self
pub fn default_locale<S: ToString>(&self, value: S) -> &Self
pub fn supported_locales<S: ToString>(&self, list: Vec<S>) -> &Self
pub fn fallbacks<S: ToString>(&self, map: HashMap<S, Vec<S>>) -> &Self
pub fn assets(&self, options: &MessageLocatorAssetOptions) -> &Self
Auto Trait Implementations§
impl !Freeze for MessageLocatorOptions
impl !RefUnwindSafe for MessageLocatorOptions
impl Send for MessageLocatorOptions
impl !Sync for MessageLocatorOptions
impl Unpin for MessageLocatorOptions
impl UnwindSafe for MessageLocatorOptions
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