pub struct RegexStruct {
pub source: String,
pub options: Vec<RegexOption>,
}Fields§
§source: String§options: Vec<RegexOption>Trait Implementations§
Source§impl Debug for RegexStruct
impl Debug for RegexStruct
Source§impl PartialEq for RegexStruct
impl PartialEq for RegexStruct
impl StructuralPartialEq for RegexStruct
Auto Trait Implementations§
impl Freeze for RegexStruct
impl RefUnwindSafe for RegexStruct
impl Send for RegexStruct
impl Sync for RegexStruct
impl Unpin for RegexStruct
impl UnsafeUnpin for RegexStruct
impl UnwindSafe for RegexStruct
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