pub struct Table {
pub matcher_order: Box<[Matcher]>,
pub export: ExecutionExport,
pub pattern_len: PatternLen,
/* private fields */
}Fields§
§matcher_order: Box<[Matcher]>§export: ExecutionExport§pattern_len: PatternLenImplementations§
Source§impl Table
impl Table
pub fn is_root(&self) -> bool
pub fn name(&self) -> &str
pub fn constructors(&self) -> &[Constructor]
pub fn constructor(&self, id: ConstructorId) -> &Constructor
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Table
impl RefUnwindSafe for Table
impl !Send for Table
impl !Sync for Table
impl Unpin for Table
impl UnwindSafe for Table
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