Struct darling_core::options::FromTypeParamOptions [] [src]

pub struct FromTypeParamOptions {
    pub base: OuterFrom,
    pub bounds: Option<Ident>,
    pub default: Option<Ident>,
}

Fields

Methods

impl FromTypeParamOptions
[src]

[src]

Trait Implementations

impl Debug for FromTypeParamOptions
[src]

[src]

Formats the value using the given formatter. Read more

impl ParseAttribute for FromTypeParamOptions
[src]

[src]

Read a meta-item, and apply its values to the current instance.

[src]

impl ParseData for FromTypeParamOptions
[src]

[src]

Apply the next found variant to the object, returning an error if parsing goes wrong. Read more

[src]

Apply the next found struct field to the object, returning an error if parsing goes wrong. Read more

[src]

impl<'a> From<&'a FromTypeParamOptions> for FromTypeParamImpl<'a>
[src]

[src]

Performs the conversion.

Auto Trait Implementations