Struct opencorpora::LinkKind [] [src]

pub struct LinkKind {
    pub id: usize,
    pub name: String,
}

Тип связи между лексемами.

Fields

Числовой идентификатор типа связи. Используется в типе Link.

Имя типа связи

Trait Implementations

impl Clone for LinkKind
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for LinkKind
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for LinkKind
[src]

[src]

Formats the value using the given formatter.