Enum gmt_dos_actors::framework::model::FlowChartError
source · pub enum FlowChartError {
NoGraph,
Rendering(RenderError),
}Variants§
NoGraph
Rendering(RenderError)
Trait Implementations§
source§impl Debug for FlowChartError
impl Debug for FlowChartError
source§impl Display for FlowChartError
impl Display for FlowChartError
source§impl Error for FlowChartError
impl Error for FlowChartError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<RenderError> for FlowChartError
impl From<RenderError> for FlowChartError
source§fn from(source: RenderError) -> Self
fn from(source: RenderError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for FlowChartError
impl !RefUnwindSafe for FlowChartError
impl Send for FlowChartError
impl Sync for FlowChartError
impl Unpin for FlowChartError
impl !UnwindSafe for FlowChartError
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