pub struct RegexPart {
pub word_part: String,
pub regex: String,
}
Fields§
§word_part: String
§regex: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RegexPart
impl RefUnwindSafe for RegexPart
impl Send for RegexPart
impl Sync for RegexPart
impl Unpin for RegexPart
impl UnwindSafe for RegexPart
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