pub struct Matched {
pub term: String,
pub normalized_term: NormalizedTerm,
pub pos: Option<(usize, usize)>,
}Expand description
Re-export key types from terraphim_automata for convenience.
Fields§
§term: String§normalized_term: NormalizedTerm§pos: Option<(usize, usize)>Trait Implementations§
impl StructuralPartialEq for Matched
Auto Trait Implementations§
impl Freeze for Matched
impl RefUnwindSafe for Matched
impl Send for Matched
impl Sync for Matched
impl Unpin for Matched
impl UnsafeUnpin for Matched
impl UnwindSafe for Matched
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