pub struct LanguageOptions {
pub shortening: String,
pub character_encoding: String,
pub country: String,
}
Fields§
§shortening: String
§character_encoding: String
§country: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LanguageOptions
impl RefUnwindSafe for LanguageOptions
impl Send for LanguageOptions
impl Sync for LanguageOptions
impl Unpin for LanguageOptions
impl UnwindSafe for LanguageOptions
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