Struct stripper_interface::TypeStruct [] [src]

pub struct TypeStruct {
    pub ty: Type,
    pub parent: Option<Box<TypeStruct>>,
    pub name: String,
    pub args: Vec<String>,
}

Fields

Methods

impl TypeStruct
[src]

Trait Implementations

impl PartialEq for TypeStruct
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for TypeStruct
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TypeStruct
[src]

Formats the value using the given formatter.

impl Display for TypeStruct
[src]

Formats the value using the given formatter. Read more