Enum rs_complete::WordSeparator [−][src]
pub enum WordSeparator {
Whitespace,
Separator(&'static str),
}Expand description
Word separation type used by CompletionTree
Variants
Separator(&'static str)Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for WordSeparatorimpl Send for WordSeparatorimpl Sync for WordSeparatorimpl Unpin for WordSeparatorimpl UnwindSafe for WordSeparatorBlanket Implementations
Mutably borrows from an owned value. Read more