Struct mux::Dentry [] [src]

pub struct Dentry {
    pub key: String,
    pub val: String,
}

Single entry of the Dtab

Fields

Methods

impl Dentry
[src]

Create a new Dentry from the key-value pair.

Trait Implementations

impl PartialEq for Dentry
[src]

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

This method tests for !=.

impl Eq for Dentry
[src]

impl Debug for Dentry
[src]

Formats the value using the given formatter.