Struct rsmorphy::container::shape::Shaped [] [src]

pub struct Shaped {
    pub word: String,
    pub kind: ShapeKind,
}

Fields

Methods

impl Shaped
[src]

Trait Implementations

impl Debug for Shaped
[src]

Formats the value using the given formatter.

impl Clone for Shaped
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Shaped
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Source for Shaped
[src]

impl MorphySerde for Shaped
[src]