pub struct DictlayerdataDictWordsExamples {
pub source: Option<DictlayerdataDictWordsExamplesSource>,
pub text: Option<String>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§source: Option<DictlayerdataDictWordsExamplesSource>no description provided
text: Option<String>no description provided
Trait Implementations§
Source§impl Clone for DictlayerdataDictWordsExamples
impl Clone for DictlayerdataDictWordsExamples
Source§fn clone(&self) -> DictlayerdataDictWordsExamples
fn clone(&self) -> DictlayerdataDictWordsExamples
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 Default for DictlayerdataDictWordsExamples
impl Default for DictlayerdataDictWordsExamples
Source§fn default() -> DictlayerdataDictWordsExamples
fn default() -> DictlayerdataDictWordsExamples
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DictlayerdataDictWordsExamples
impl<'de> Deserialize<'de> for DictlayerdataDictWordsExamples
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
impl NestedType for DictlayerdataDictWordsExamples
impl Part for DictlayerdataDictWordsExamples
Auto Trait Implementations§
impl Freeze for DictlayerdataDictWordsExamples
impl RefUnwindSafe for DictlayerdataDictWordsExamples
impl Send for DictlayerdataDictWordsExamples
impl Sync for DictlayerdataDictWordsExamples
impl Unpin for DictlayerdataDictWordsExamples
impl UnwindSafe for DictlayerdataDictWordsExamples
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