Enum mentat_ffi::CacheDirection []

pub enum CacheDirection {
    Forward,
    Reverse,
    Both,
}

Variants

Trait Implementations

impl Copy for CacheDirection

impl Clone for CacheDirection

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for CacheDirection

impl PartialEq<CacheDirection> for CacheDirection

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

This method tests for !=.

impl Debug for CacheDirection

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CacheDirection

impl Sync for CacheDirection