Struct introspection::IntrospectionInfo [] [src]

pub struct IntrospectionInfo {
    pub ident: String,
    pub visibility: Visibility,
    pub entity_type: Type,
    pub fields: Vec<String>,
}

Fields

Trait Implementations

impl Debug for IntrospectionInfo
[src]

Formats the value using the given formatter.

impl Clone for IntrospectionInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more