pub struct CompiledSeqDef {
pub items: Vec<CombRef>,
}Expand description
Compiled sequence definition for generated code
Fields§
§items: Vec<CombRef>References to child combinators
Trait Implementations§
Source§impl Clone for CompiledSeqDef
impl Clone for CompiledSeqDef
Source§fn clone(&self) -> CompiledSeqDef
fn clone(&self) -> CompiledSeqDef
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 moreAuto Trait Implementations§
impl Freeze for CompiledSeqDef
impl RefUnwindSafe for CompiledSeqDef
impl Send for CompiledSeqDef
impl Sync for CompiledSeqDef
impl Unpin for CompiledSeqDef
impl UnsafeUnpin for CompiledSeqDef
impl UnwindSafe for CompiledSeqDef
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