Enum forests::NavigateDir [] [src]

pub enum NavigateDir {
    Up(bool),
    Down,
    Left,
    Right,
}

Variants

Trait Implementations

impl Copy for NavigateDir
[src]

impl Clone for NavigateDir
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

Auto Trait Implementations

impl Send for NavigateDir

impl Sync for NavigateDir