pub enum ValkyrieErrorKind {
Duplicate(Box<DuplicateError>),
Runtime(Box<RuntimeError>),
Parsing(Box<ParseError>),
}
Variants§
Trait Implementations§
source§impl Clone for ValkyrieErrorKind
impl Clone for ValkyrieErrorKind
source§fn clone(&self) -> ValkyrieErrorKind
fn clone(&self) -> ValkyrieErrorKind
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 more