Enum gimli::read::op::OperationEvaluationResult
source · enum OperationEvaluationResult<R: Reader> {
Piece,
Incomplete,
Complete {
location: Location<R>,
},
Waiting(EvaluationWaiting<R>, EvaluationResult<R>),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl<R> Freeze for OperationEvaluationResult<R>
impl<R> RefUnwindSafe for OperationEvaluationResult<R>
impl<R> Send for OperationEvaluationResult<R>
impl<R> Sync for OperationEvaluationResult<R>
impl<R> Unpin for OperationEvaluationResult<R>
impl<R> UnwindSafe for OperationEvaluationResult<R>
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