Enum hcklib::field_range::RegexOrStr [−][src]
Variants
Tuple Fields of Regex
0: RegexTuple Fields of Str
0: &'b strTrait 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>
Blanket Implementations
Mutably borrows from an owned value. Read more