pub enum RemoveModuleError {
ModuleNotOwned,
IncorrectModuleOwner,
LLVMError(LLVMString),
}
Variants§
Trait Implementations§
source§impl Debug for RemoveModuleError
impl Debug for RemoveModuleError
source§impl Display for RemoveModuleError
impl Display for RemoveModuleError
source§impl Error for RemoveModuleError
impl Error for RemoveModuleError
source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§fn cause(&self) -> Option<&dyn Error>
fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§impl PartialEq<RemoveModuleError> for RemoveModuleError
impl PartialEq<RemoveModuleError> for RemoveModuleError
source§fn eq(&self, other: &RemoveModuleError) -> bool
fn eq(&self, other: &RemoveModuleError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.