pub struct LocalizedString {
pub local: Option<String>,
pub other: Vec<String>,
}
Fields§
§local: Option<String>
§other: Vec<String>
Trait Implementations§
Source§impl Debug for LocalizedString
impl Debug for LocalizedString
Source§impl<'de> Deserialize<'de> for LocalizedString
impl<'de> Deserialize<'de> for LocalizedString
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 LocalizedString
impl PartialEq for LocalizedString
Source§impl Serialize for LocalizedString
impl Serialize for LocalizedString
impl Eq for LocalizedString
impl StructuralPartialEq for LocalizedString
Auto Trait Implementations§
impl Freeze for LocalizedString
impl RefUnwindSafe for LocalizedString
impl Send for LocalizedString
impl Sync for LocalizedString
impl Unpin for LocalizedString
impl UnwindSafe for LocalizedString
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