pub struct InternationalConfiguration {
pub language: String,
pub locale: String,
pub supported_locales: Vec<String>,
pub supported_languages: Vec<String>,
}Fields§
§language: String§locale: String§supported_locales: Vec<String>§supported_languages: Vec<String>Trait Implementations§
Source§impl Clone for InternationalConfiguration
impl Clone for InternationalConfiguration
Source§fn clone(&self) -> InternationalConfiguration
fn clone(&self) -> InternationalConfiguration
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 InternationalConfiguration
impl Debug for InternationalConfiguration
impl Eq for InternationalConfiguration
impl StructuralPartialEq for InternationalConfiguration
Auto Trait Implementations§
impl Freeze for InternationalConfiguration
impl RefUnwindSafe for InternationalConfiguration
impl Send for InternationalConfiguration
impl Sync for InternationalConfiguration
impl Unpin for InternationalConfiguration
impl UnsafeUnpin for InternationalConfiguration
impl UnwindSafe for InternationalConfiguration
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.