pub struct I18nConfig {
pub locale: Option<String>,
pub resolved: Option<ResolvedI18nMap>,
pub debug: bool,
}Fields§
§locale: Option<String>§resolved: Option<ResolvedI18nMap>§debug: boolTrait Implementations§
Source§impl Clone for I18nConfig
impl Clone for I18nConfig
Source§fn clone(&self) -> I18nConfig
fn clone(&self) -> I18nConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for I18nConfig
impl Debug for I18nConfig
Source§impl Default for I18nConfig
impl Default for I18nConfig
Source§fn default() -> I18nConfig
fn default() -> I18nConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for I18nConfig
impl RefUnwindSafe for I18nConfig
impl Send for I18nConfig
impl Sync for I18nConfig
impl Unpin for I18nConfig
impl UnsafeUnpin for I18nConfig
impl UnwindSafe for I18nConfig
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