pub struct State<S: StrDrive> {
pub marks: Marks,
pub start: usize,
pub string_position: usize,
pub has_matched: bool,
/* private fields */
}
Fields§
§marks: Marks
§start: usize
§string_position: usize
§has_matched: bool
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<S> Freeze for State<S>
impl<S> RefUnwindSafe for State<S>
impl<S> Send for State<S>
impl<S> Sync for State<S>
impl<S> Unpin for State<S>
impl<S> UnwindSafe for State<S>
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