pub struct CompiledLoopDef {
pub item: CombRef,
}Expand description
Compiled loop definition for generated code (used by ZeroOrMore and OneOrMore)
Fields§
§item: CombRefReference to the item combinator
Trait Implementations§
Source§impl Clone for CompiledLoopDef
impl Clone for CompiledLoopDef
Source§fn clone(&self) -> CompiledLoopDef
fn clone(&self) -> CompiledLoopDef
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 CompiledLoopDef
impl RefUnwindSafe for CompiledLoopDef
impl Send for CompiledLoopDef
impl Sync for CompiledLoopDef
impl Unpin for CompiledLoopDef
impl UnsafeUnpin for CompiledLoopDef
impl UnwindSafe for CompiledLoopDef
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