Enum forester_rs::tree::TreeError
source · pub enum TreeError {
ParseError(String),
CompileError(String),
VisualizationError(String),
IOError(String),
}
Variants§
Implementations§
Trait Implementations§
source§impl From<ParseError<'_>> for TreeError
impl From<ParseError<'_>> for TreeError
source§fn from(value: ParseError<'_>) -> Self
fn from(value: ParseError<'_>) -> Self
Converts to this type from the input type.
source§impl From<RuntimeError> for TreeError
impl From<RuntimeError> for TreeError
source§fn from(value: RuntimeError) -> Self
fn from(value: RuntimeError) -> Self
Converts to this type from the input type.
source§impl From<TreeError> for RuntimeError
impl From<TreeError> for RuntimeError
source§impl PartialEq for TreeError
impl PartialEq for TreeError
impl StructuralPartialEq for TreeError
Auto Trait Implementations§
impl RefUnwindSafe for TreeError
impl Send for TreeError
impl Sync for TreeError
impl Unpin for TreeError
impl UnwindSafe for TreeError
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