Enum forth3::stack::StackError
source · pub enum StackError {
StackEmpty,
StackFull,
OverwriteInvalid,
}
Variants§
Trait Implementations§
source§impl Debug for StackError
impl Debug for StackError
source§impl From<StackError> for Error
impl From<StackError> for Error
source§fn from(se: StackError) -> Self
fn from(se: StackError) -> Self
Converts to this type from the input type.
source§impl PartialEq<StackError> for StackError
impl PartialEq<StackError> for StackError
source§fn eq(&self, other: &StackError) -> bool
fn eq(&self, other: &StackError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for StackError
Auto Trait Implementations§
impl RefUnwindSafe for StackError
impl Send for StackError
impl Sync for StackError
impl Unpin for StackError
impl UnwindSafe for StackError
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