[][src]Struct google_books1::DictlayerdataDictWordsSenses

pub struct DictlayerdataDictWordsSenses {
    pub pronunciation_url: Option<String>,
    pub pronunciation: Option<String>,
    pub conjugations: Option<Vec<DictlayerdataDictWordsSensesConjugations>>,
    pub source: Option<DictlayerdataDictWordsSensesSource>,
    pub synonyms: Option<Vec<DictlayerdataDictWordsSensesSynonyms>>,
    pub part_of_speech: Option<String>,
    pub syllabification: Option<String>,
    pub definitions: Option<Vec<DictlayerdataDictWordsSensesDefinitions>>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

pronunciation_url: Option<String>

no description provided

pronunciation: Option<String>

no description provided

conjugations: Option<Vec<DictlayerdataDictWordsSensesConjugations>>

no description provided

source: Option<DictlayerdataDictWordsSensesSource>

no description provided

synonyms: Option<Vec<DictlayerdataDictWordsSensesSynonyms>>

no description provided

part_of_speech: Option<String>

no description provided

syllabification: Option<String>

no description provided

definitions: Option<Vec<DictlayerdataDictWordsSensesDefinitions>>

no description provided

Trait Implementations

impl Clone for DictlayerdataDictWordsSenses[src]

impl Debug for DictlayerdataDictWordsSenses[src]

impl Default for DictlayerdataDictWordsSenses[src]

impl<'de> Deserialize<'de> for DictlayerdataDictWordsSenses[src]

impl NestedType for DictlayerdataDictWordsSenses[src]

impl Part for DictlayerdataDictWordsSenses[src]

impl Serialize for DictlayerdataDictWordsSenses[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Typeable for T where
    T: Any