pub struct DictlayerdataDictWordsDerivativesSource {
pub attribution: Option<String>,
pub url: 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§
§attribution: Option<String>no description provided
url: Option<String>no description provided
Trait Implementations§
Source§impl Clone for DictlayerdataDictWordsDerivativesSource
impl Clone for DictlayerdataDictWordsDerivativesSource
Source§fn clone(&self) -> DictlayerdataDictWordsDerivativesSource
fn clone(&self) -> DictlayerdataDictWordsDerivativesSource
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 DictlayerdataDictWordsDerivativesSource
impl Default for DictlayerdataDictWordsDerivativesSource
Source§fn default() -> DictlayerdataDictWordsDerivativesSource
fn default() -> DictlayerdataDictWordsDerivativesSource
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DictlayerdataDictWordsDerivativesSource
impl<'de> Deserialize<'de> for DictlayerdataDictWordsDerivativesSource
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 DictlayerdataDictWordsDerivativesSource
impl Part for DictlayerdataDictWordsDerivativesSource
Auto Trait Implementations§
impl Freeze for DictlayerdataDictWordsDerivativesSource
impl RefUnwindSafe for DictlayerdataDictWordsDerivativesSource
impl Send for DictlayerdataDictWordsDerivativesSource
impl Sync for DictlayerdataDictWordsDerivativesSource
impl Unpin for DictlayerdataDictWordsDerivativesSource
impl UnwindSafe for DictlayerdataDictWordsDerivativesSource
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