Enum fts::fts::FtsSetOption [] [src]

pub enum FtsSetOption {
    Again,
    Follow,
    Skip,
}

Variants

read node again

follow symbolic link

discard node

Trait Implementations

impl Debug for FtsSetOption
[src]

Formats the value using the given formatter.