pub struct OperandStackUnderflow;Expand description
§Tried to pop a value from an empty stack
See OperandStack::pop.
Trait Implementations§
Source§impl Debug for OperandStackUnderflow
impl Debug for OperandStackUnderflow
Source§impl From<OperandStackUnderflow> for Effect
impl From<OperandStackUnderflow> for Effect
Source§fn from(OperandStackUnderflow: OperandStackUnderflow) -> Self
fn from(OperandStackUnderflow: OperandStackUnderflow) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for OperandStackUnderflow
impl RefUnwindSafe for OperandStackUnderflow
impl Send for OperandStackUnderflow
impl Sync for OperandStackUnderflow
impl Unpin for OperandStackUnderflow
impl UnsafeUnpin for OperandStackUnderflow
impl UnwindSafe for OperandStackUnderflow
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