pub struct OpSpec {
pub ordinal: usize,
pub line: usize,
pub op: OkfOp,
}Expand description
One script op with its source position.
Fields§
§ordinal: usize§line: usize§op: OkfOpTrait Implementations§
impl Eq for OpSpec
impl StructuralPartialEq for OpSpec
Auto Trait Implementations§
impl Freeze for OpSpec
impl RefUnwindSafe for OpSpec
impl Send for OpSpec
impl Sync for OpSpec
impl Unpin for OpSpec
impl UnsafeUnpin for OpSpec
impl UnwindSafe for OpSpec
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