pub struct ComponentInspect {
pub name: String,
pub matched: bool,
pub vars: Option<HashMap<String, String>>,
}Expand description
Debug info for a compound rule component
Fields§
§name: String§matched: bool§vars: Option<HashMap<String, String>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ComponentInspect
impl RefUnwindSafe for ComponentInspect
impl Send for ComponentInspect
impl Sync for ComponentInspect
impl Unpin for ComponentInspect
impl UnwindSafe for ComponentInspect
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