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