Struct darling_core::options::FdiOptions [] [src]

pub struct FdiOptions {
    pub base: OuterFrom,
    pub vis: Option<Ident>,
    pub generics: Option<Ident>,
    pub data: Option<Ident>,
    pub supports: Option<Shape>,
}

Fields

The field on the target struct which should receive the type visibility, if any.

The field on the target struct which should receive the type generics, if any.

Methods

impl FdiOptions
[src]

[src]

Trait Implementations

impl Debug for FdiOptions
[src]

[src]

Formats the value using the given formatter. Read more

impl ParseAttribute for FdiOptions
[src]

[src]

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

[src]

impl ParseData for FdiOptions
[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 FdiOptions> for FromDeriveInputImpl<'a>
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl !Send for FdiOptions

impl !Sync for FdiOptions