Enum gimli::read::op::EvaluationState
source · enum EvaluationState<R: Reader> {
Start(Option<u64>),
Ready,
Error(Error),
Complete,
Waiting(EvaluationWaiting<R>),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl<R> Freeze for EvaluationState<R>where
R: Freeze,
impl<R> RefUnwindSafe for EvaluationState<R>where
R: RefUnwindSafe,
impl<R> Send for EvaluationState<R>where
R: Send,
impl<R> Sync for EvaluationState<R>where
R: Sync,
impl<R> Unpin for EvaluationState<R>where
R: Unpin,
impl<R> UnwindSafe for EvaluationState<R>where
R: UnwindSafe,
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