Enum mon_artist::path::Remove [] [src]

pub enum Remove {
    Leave,
    Clear,
    Mark(char),
}

Variants

Trait Implementations

impl PartialEq for Remove
[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 Remove
[src]

impl Debug for Remove
[src]

Formats the value using the given formatter.