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