pub struct AssertionProgram<S, E> { /* private fields */ }Expand description
A separately compiled lookahead whose width is known before execution.
Implementations§
Trait Implementations§
Source§impl<S: Clone, E: Clone> Clone for AssertionProgram<S, E>
impl<S: Clone, E: Clone> Clone for AssertionProgram<S, E>
Source§fn clone(&self) -> AssertionProgram<S, E>
fn clone(&self) -> AssertionProgram<S, E>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<S: Eq, E: Eq> Eq for AssertionProgram<S, E>
impl<S: PartialEq, E: PartialEq> StructuralPartialEq for AssertionProgram<S, E>
Auto Trait Implementations§
impl<S, E> Freeze for AssertionProgram<S, E>
impl<S, E> RefUnwindSafe for AssertionProgram<S, E>where
S: RefUnwindSafe,
E: RefUnwindSafe,
impl<S, E> Send for AssertionProgram<S, E>
impl<S, E> Sync for AssertionProgram<S, E>
impl<S, E> Unpin for AssertionProgram<S, E>
impl<S, E> UnsafeUnpin for AssertionProgram<S, E>
impl<S, E> UnwindSafe for AssertionProgram<S, E>
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