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