Enum stringmatch::StringMatchLength [−][src]
pub enum StringMatchLength {
Full,
Partial,
Word,
}Variants
Needle string must match the whole haystack string.
Needle string can be any substring within the haystack string.
Needle string will only match strings within the haystack surrounded by spaces or a string boundary.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StringMatchLengthimpl Send for StringMatchLengthimpl Sync for StringMatchLengthimpl Unpin for StringMatchLengthimpl UnwindSafe for StringMatchLengthBlanket Implementations
Mutably borrows from an owned value. Read more