Struct symbolic_common::types::UnknownLanguageError
source · pub struct UnknownLanguageError;
Expand description
An error returned for unknown or invalid Language
s.
Trait Implementations§
source§impl Clone for UnknownLanguageError
impl Clone for UnknownLanguageError
source§fn clone(&self) -> UnknownLanguageError
fn clone(&self) -> UnknownLanguageError
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 UnknownLanguageError
impl Debug for UnknownLanguageError
source§impl Display for UnknownLanguageError
impl Display for UnknownLanguageError
source§impl Fail for UnknownLanguageError
impl Fail for UnknownLanguageError
source§fn cause(&self) -> Option<&dyn Fail>
fn cause(&self) -> Option<&dyn Fail>
Returns a reference to the underlying cause of this failure, if it
is an error that wraps other errors. Read more
source§fn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
Returns a reference to the
Backtrace
carried by this failure, if it
carries one. Read more