Struct opencorpora::Link [] [src]

pub struct Link {
    pub id: usize,
    pub from: Rc<Lemma>,
    pub to: Rc<Lemma>,
    pub kind: Rc<LinkKind>,
}

Структура хранящая связь между двумя лексемами.

Fields

Числовой идентификатор связи

Лексема с исходной стороны связи

Лексема с конечной стороны связи

Типа связи

Trait Implementations

impl Clone for Link
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Link
[src]

[src]

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

impl Debug for Link
[src]

[src]

Formats the value using the given formatter.