Enum hcklib::field_range::RegexOrStr [−][src]
Variants
Regex(Regex)Str(&'b str)Trait Implementations
Auto Trait Implementations
impl<'b> RefUnwindSafe for RegexOrStr<'b>impl<'b> Send for RegexOrStr<'b>impl<'b> Sync for RegexOrStr<'b>impl<'b> Unpin for RegexOrStr<'b>impl<'b> UnwindSafe for RegexOrStr<'b>