pub struct EmptyOperandStack;Trait Implementations§
Source§impl Debug for EmptyOperandStack
impl Debug for EmptyOperandStack
Source§impl From<EmptyOperandStack> for Exception
impl From<EmptyOperandStack> for Exception
Source§fn from(_: EmptyOperandStack) -> Self
fn from(_: EmptyOperandStack) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for EmptyOperandStack
impl RefUnwindSafe for EmptyOperandStack
impl Send for EmptyOperandStack
impl Sync for EmptyOperandStack
impl Unpin for EmptyOperandStack
impl UnwindSafe for EmptyOperandStack
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