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

pub struct FdiOptions {
    pub base: OuterFrom,
    pub vis: Option<Ident>,
    pub generics: Option<Ident>,
    pub body: 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]

Trait Implementations

impl Debug for FdiOptions
[src]

Formats the value using the given formatter.

impl ParseAttribute for FdiOptions
[src]

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

impl ParseBody for FdiOptions
[src]

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

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