pub struct PatternContext {
pub raw: Vec<String>,
pub tok: Vec<String>,
}Expand description
[POL]: Kontekst wzorców - przechowuje oryginalne wzorce użytkownika oraz ich rozwiniętą formę. [ENG]: Pattern context - stores original user patterns and their tok form.
Fields§
§raw: Vec<String>§tok: Vec<String>Implementations§
Source§impl PatternContext
impl PatternContext
Trait Implementations§
Source§impl Clone for PatternContext
impl Clone for PatternContext
Source§fn clone(&self) -> PatternContext
fn clone(&self) -> PatternContext
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PatternContext
impl RefUnwindSafe for PatternContext
impl Send for PatternContext
impl Sync for PatternContext
impl Unpin for PatternContext
impl UnsafeUnpin for PatternContext
impl UnwindSafe for PatternContext
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