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