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