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 for OutputError
impl PartialEq for OutputError
impl StructuralPartialEq for OutputError
Auto Trait Implementations§
impl Freeze for OutputError
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