pub struct TectaPegModule {
pub preambles: Preambles,
pub rules: BTreeMap<String, Vec<Rule>>,
}Expand description
A TECTA PEG module.
Fields§
§preambles: Preambles§rules: BTreeMap<String, Vec<Rule>>Trait Implementations§
Source§impl Clone for TectaPegModule
impl Clone for TectaPegModule
Source§fn clone(&self) -> TectaPegModule
fn clone(&self) -> TectaPegModule
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TectaPegModule
impl Debug for TectaPegModule
Source§impl Default for TectaPegModule
impl Default for TectaPegModule
Source§fn default() -> TectaPegModule
fn default() -> TectaPegModule
Returns the “default value” for a type. Read more
Source§impl Display for TectaPegModule
impl Display for TectaPegModule
Source§impl Hash for TectaPegModule
impl Hash for TectaPegModule
Source§impl Ord for TectaPegModule
impl Ord for TectaPegModule
Source§fn cmp(&self, other: &TectaPegModule) -> Ordering
fn cmp(&self, other: &TectaPegModule) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TectaPegModule
impl PartialEq for TectaPegModule
Source§impl PartialOrd for TectaPegModule
impl PartialOrd for TectaPegModule
impl Eq for TectaPegModule
impl StructuralPartialEq for TectaPegModule
Auto Trait Implementations§
impl Freeze for TectaPegModule
impl RefUnwindSafe for TectaPegModule
impl Send for TectaPegModule
impl Sync for TectaPegModule
impl Unpin for TectaPegModule
impl UnsafeUnpin for TectaPegModule
impl UnwindSafe for TectaPegModule
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