Struct valkyrie_errors::RuntimeError
source · pub struct RuntimeError { /* private fields */ }
Implementations§
source§impl RuntimeError
impl RuntimeError
pub fn new(message: impl Display) -> Self
pub fn as_report(&self, kind: ReportKind) -> ValkyrieReport
Trait Implementations§
source§impl Clone for RuntimeError
impl Clone for RuntimeError
source§fn clone(&self) -> RuntimeError
fn clone(&self) -> RuntimeError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for RuntimeError
impl Debug for RuntimeError
source§impl Display for RuntimeError
impl Display for RuntimeError
source§impl From<RuntimeError> for ValkyrieError
impl From<RuntimeError> for ValkyrieError
source§fn from(value: RuntimeError) -> Self
fn from(value: RuntimeError) -> Self
Converts to this type from the input type.