Enum opencorpora::RestrictionKind [] [src]

pub enum RestrictionKind {
    Maybe,
    Obligatory,
    Forbidden,
}

Тип ограничения на использование граммемы.

Variants

Необязательный

Обязательный

Запрещающий

Trait Implementations

impl Clone for RestrictionKind
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for RestrictionKind
[src]

impl Debug for RestrictionKind
[src]

[src]

Formats the value using the given formatter.