pub struct RegexArgs {
pub vis: Visibility,
pub name: Ident,
pub pat: LitStr,
pub flags: Flags,
}Fields§
§vis: Visibility§name: Ident§pat: LitStr§flags: FlagsTrait Implementations§
Auto Trait Implementations§
impl Freeze for RegexArgs
impl RefUnwindSafe for RegexArgs
impl !Send for RegexArgs
impl !Sync for RegexArgs
impl Unpin for RegexArgs
impl UnwindSafe for RegexArgs
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