pub struct Finder {
pub state_from: i32,
pub state_to: i32,
pub token_type: i32,
pub join_tokens: bool,
/* private fields */
}Expand description
Describes a custom way to tokenize a piece of the source
Fields§
§state_from: i32§state_to: i32§token_type: i32§join_tokens: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Finder
impl RefUnwindSafe for Finder
impl Send for Finder
impl Sync for Finder
impl Unpin for Finder
impl UnwindSafe for Finder
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