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