pub struct DictlayerdataDictWords {
pub derivatives: Option<Vec<DictlayerdataDictWordsDerivatives>>,
pub examples: Option<Vec<DictlayerdataDictWordsExamples>>,
pub senses: Option<Vec<DictlayerdataDictWordsSenses>>,
pub source: Option<DictlayerdataDictWordsSource>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§derivatives: Option<Vec<DictlayerdataDictWordsDerivatives>>no description provided
examples: Option<Vec<DictlayerdataDictWordsExamples>>no description provided
senses: Option<Vec<DictlayerdataDictWordsSenses>>no description provided
source: Option<DictlayerdataDictWordsSource>The words with different meanings but not related words, e.g. “go” (game) and “go” (verb).
Trait Implementations§
Source§impl Clone for DictlayerdataDictWords
impl Clone for DictlayerdataDictWords
Source§fn clone(&self) -> DictlayerdataDictWords
fn clone(&self) -> DictlayerdataDictWords
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 DictlayerdataDictWords
impl Debug for DictlayerdataDictWords
Source§impl Default for DictlayerdataDictWords
impl Default for DictlayerdataDictWords
Source§fn default() -> DictlayerdataDictWords
fn default() -> DictlayerdataDictWords
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DictlayerdataDictWords
impl<'de> Deserialize<'de> for DictlayerdataDictWords
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 Serialize for DictlayerdataDictWords
impl Serialize for DictlayerdataDictWords
impl NestedType for DictlayerdataDictWords
impl Part for DictlayerdataDictWords
Auto Trait Implementations§
impl Freeze for DictlayerdataDictWords
impl RefUnwindSafe for DictlayerdataDictWords
impl Send for DictlayerdataDictWords
impl Sync for DictlayerdataDictWords
impl Unpin for DictlayerdataDictWords
impl UnwindSafe for DictlayerdataDictWords
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