pub struct NodeCountry {
pub de: String,
pub en: String,
pub es: String,
pub fr: String,
pub ja: String,
pub pt_br: String,
pub ru: String,
pub zh_cn: String,
}Fields§
§de: String§en: String§es: String§fr: String§ja: String§pt_br: String§ru: String§zh_cn: StringTrait Implementations§
Source§impl Debug for NodeCountry
impl Debug for NodeCountry
Source§impl<'de> Deserialize<'de> for NodeCountry
impl<'de> Deserialize<'de> for NodeCountry
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
Auto Trait Implementations§
impl Freeze for NodeCountry
impl RefUnwindSafe for NodeCountry
impl Send for NodeCountry
impl Sync for NodeCountry
impl Unpin for NodeCountry
impl UnwindSafe for NodeCountry
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