pub struct AlternateStatementDescriptors {
pub kana: Option<String>,
pub kanji: Option<String>,
}Fields§
§kana: Option<String>The Kana variation of the descriptor.
kanji: Option<String>The Kanji variation of the descriptor.
Trait Implementations§
source§impl Clone for AlternateStatementDescriptors
impl Clone for AlternateStatementDescriptors
source§fn clone(&self) -> AlternateStatementDescriptors
fn clone(&self) -> AlternateStatementDescriptors
Returns a copy 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 Default for AlternateStatementDescriptors
impl Default for AlternateStatementDescriptors
source§fn default() -> AlternateStatementDescriptors
fn default() -> AlternateStatementDescriptors
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AlternateStatementDescriptors
impl<'de> Deserialize<'de> for AlternateStatementDescriptors
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