Struct i18n_config::FluentConfig [−][src]
pub struct FluentConfig {
pub assets_dir: PathBuf,
}The data structure representing what is stored (and possible to
store) within the fluent subsection of a i18n.toml file.
Fields
assets_dir: PathBuf(Required) The path to the assets directory.
The paths inside the assets directory should be structured
like so: assets_dir/{language}/{domain}.ftl
Trait Implementations
impl Clone for FluentConfig[src]
impl Clone for FluentConfig[src]fn clone(&self) -> FluentConfig[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'de> Deserialize<'de> for FluentConfig[src]
impl<'de> Deserialize<'de> for FluentConfig[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl RefUnwindSafe for FluentConfig
impl RefUnwindSafe for FluentConfigimpl Send for FluentConfig
impl Send for FluentConfigimpl Sync for FluentConfig
impl Sync for FluentConfigimpl Unpin for FluentConfig
impl Unpin for FluentConfigimpl UnwindSafe for FluentConfig
impl UnwindSafe for FluentConfigBlanket Implementations
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]