pub struct LocaleList {
pub locales: Vec<Locale>,
}Expand description
LocaleList - Content locale information
Fields§
§locales: Vec<Locale>Trait Implementations§
Source§impl Clone for LocaleList
impl Clone for LocaleList
Source§fn clone(&self) -> LocaleList
fn clone(&self) -> LocaleList
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LocaleList
impl Debug for LocaleList
Source§impl<'de> Deserialize<'de> for LocaleList
impl<'de> Deserialize<'de> for LocaleList
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for LocaleList
impl PartialEq for LocaleList
Source§fn eq(&self, other: &LocaleList) -> bool
fn eq(&self, other: &LocaleList) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for LocaleList
impl Serialize for LocaleList
impl StructuralPartialEq for LocaleList
Auto Trait Implementations§
impl Freeze for LocaleList
impl RefUnwindSafe for LocaleList
impl Send for LocaleList
impl Sync for LocaleList
impl Unpin for LocaleList
impl UnsafeUnpin for LocaleList
impl UnwindSafe for LocaleList
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