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