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