Struct regex::compile::Patch[][src]

struct Patch {
    hole: Hole,
    entry: usize,
}

Fields

Trait Implementations

impl Debug for Patch
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Patch

impl Sync for Patch