pub struct AnonRegexArgs {
pub pat: LitStr,
pub flags: Flags,
}Fields§
§pat: LitStr§flags: FlagsTrait Implementations§
Source§impl Parse for AnonRegexArgs
impl Parse for AnonRegexArgs
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for AnonRegexArgs
impl RefUnwindSafe for AnonRegexArgs
impl !Send for AnonRegexArgs
impl !Sync for AnonRegexArgs
impl Unpin for AnonRegexArgs
impl UnwindSafe for AnonRegexArgs
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