Struct opencorpora::Grammeme [] [src]

pub struct Grammeme {
    pub parent: Option<String>,
    pub name: String,
    pub alias: String,
    pub description: String,
}

Структура описывающая граммему.

Список всех граммем можно посмотреть на сайте opencorpora.org.

Fields

Имя родительской граммемы (значение None индицирует, что это граммема верхнего уровня)

Имя граммемы на латинице

Имя граммемы на кириллице

Подробное описание граммемы

Trait Implementations

impl Clone for Grammeme
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Grammeme
[src]

[src]

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

impl Debug for Grammeme
[src]

[src]

Formats the value using the given formatter.