pub enum RegexArgType {
Regex(RegexArgs),
Anon(AnonRegexArgs),
}Variants§
Regex(RegexArgs)
Anon(AnonRegexArgs)
Trait Implementations§
Source§impl Parse for RegexArgType
impl Parse for RegexArgType
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for RegexArgType
impl RefUnwindSafe for RegexArgType
impl !Send for RegexArgType
impl !Sync for RegexArgType
impl Unpin for RegexArgType
impl UnwindSafe for RegexArgType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more