Struct yoin_core::dic::Morph [] [src]

pub struct Morph<S> where
    S: Borrow<str>, 
{ pub surface: S, pub left_id: u16, pub right_id: u16, pub weight: i16, pub contents: S, }

Fields

Methods

impl<S: Borrow<str>> Morph<S>
[src]

[src]

[src]

impl<'a> Morph<&'a str>
[src]

[src]

Trait Implementations

impl<S: Debug> Debug for Morph<S> where
    S: Borrow<str>, 
[src]

[src]

Formats the value using the given formatter.

impl<S: Clone> Clone for Morph<S> where
    S: Borrow<str>, 
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<S: PartialEq> PartialEq for Morph<S> where
    S: Borrow<str>, 
[src]

[src]

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

[src]

This method tests for !=.

impl<S: Eq> Eq for Morph<S> where
    S: Borrow<str>, 
[src]

impl<S: PartialOrd> PartialOrd for Morph<S> where
    S: Borrow<str>, 
[src]

[src]

This method returns an ordering between self and other values if one exists. Read more

[src]

This method tests less than (for self and other) and is used by the < operator. Read more

[src]

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

[src]

This method tests greater than (for self and other) and is used by the > operator. Read more

[src]

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl<S: Ord> Ord for Morph<S> where
    S: Borrow<str>, 
[src]

[src]

This method returns an Ordering between self and other. Read more

1.22.0
[src]

Compares and returns the maximum of two values. Read more

1.22.0
[src]

Compares and returns the minimum of two values. Read more

impl<S: Borrow<str>> Display for Morph<S>
[src]

[src]

Formats the value using the given formatter. Read more