Struct yoin_core::dic::unknown::Entry [] [src]

pub struct Entry<'a> {
    pub left_id: u16,
    pub right_id: u16,
    pub weight: i16,
    pub contents: &'a str,
}

Fields

Methods

impl<'a> Entry<'a>
[src]

[src]

[src]

[src]

Trait Implementations

impl<'a> Debug for Entry<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> Clone for Entry<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> PartialEq for Entry<'a>
[src]

[src]

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

[src]

This method tests for !=.