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]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for FtsSetOption

impl Sync for FtsSetOption