pub struct SuccessPattern {
pub pattern: Regex,
pub summary: String,
}Fields§
§pattern: Regex§summary: StringAuto Trait Implementations§
impl Freeze for SuccessPattern
impl RefUnwindSafe for SuccessPattern
impl Send for SuccessPattern
impl Sync for SuccessPattern
impl Unpin for SuccessPattern
impl UnsafeUnpin for SuccessPattern
impl UnwindSafe for SuccessPattern
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