pub struct PreparedPattern {
pub chunks: Vec<PatternChunk>,
pub orig_pat: OwnedPattern,
pub size: usize,
pub padded_size: usize,
pub start_offset: usize,
}
Fields§
§chunks: Vec<PatternChunk>
§orig_pat: OwnedPattern
§size: usize
§padded_size: usize
§start_offset: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PreparedPattern
impl RefUnwindSafe for PreparedPattern
impl Send for PreparedPattern
impl Sync for PreparedPattern
impl Unpin for PreparedPattern
impl UnwindSafe for PreparedPattern
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