Struct vk_parse::TypeCode[][src]

pub struct TypeCode {
    pub code: String,
    pub markup: Vec<TypeCodeMarkup>,
}

Fields

Trait Implementations

impl Debug for TypeCode
[src]

Formats the value using the given formatter. Read more

impl Clone for TypeCode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for TypeCode

impl Sync for TypeCode