Struct rsmorphy::container::stack::hsp::StackParticle[][src]

pub struct StackParticle {
    pub stack: StackHyphenated,
    pub particle: Option<HyphenSeparatedParticle>,
}

Fields

Methods

impl StackParticle
[src]

Trait Implementations

impl Debug for StackParticle
[src]

Formats the value using the given formatter. Read more

impl Clone for StackParticle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for StackParticle
[src]

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

This method tests for !=.

impl From<StackHyphenated> for StackParticle
[src]

Performs the conversion.

impl From<StackAffix> for StackParticle
[src]

Performs the conversion.

impl From<StackSource> for StackParticle
[src]

Performs the conversion.

impl Source for StackParticle
[src]

Important traits for Vec<u8>

impl MorphySerde for StackParticle
[src]

Auto Trait Implementations