[−][src]Enum abi_stable::library::RootModuleError
The errors that a #[export_root_module] function can return.
Variants
Returned(RBoxError)Implementations
impl RootModuleError[src]
pub fn reallocate(&mut self)[src]
Reallocates the error using the current global allocator, to ensure that there is no pointer into the dynamic library.
pub fn into_library_error<M: RootModule>(self) -> LibraryError[src]
Converts this RootModuleError into a LibraryError,
with metadata about the module that failed to load.
Trait Implementations
impl Debug for RootModuleError[src]
impl Display for RootModuleError[src]
impl Error for RootModuleError[src]
pub fn source(&self) -> Option<&(dyn Error + 'static)>1.30.0[src]
pub fn backtrace(&self) -> Option<&Backtrace>[src]
pub fn description(&self) -> &str1.0.0[src]
pub fn cause(&self) -> Option<&dyn Error>1.0.0[src]
impl GetStaticEquivalent_ for RootModuleError[src]
type StaticEquivalent = _static_RootModuleError
impl StableAbi for RootModuleError[src]
type IsNonZeroType = False
Whether this type has a single invalid bit-pattern. Read more
pub const LAYOUT: &'static TypeLayout[src]
pub const ABI_CONSTS: AbiConsts[src]
Auto Trait Implementations
impl RefUnwindSafe for RootModuleError
impl Send for RootModuleError
impl Sync for RootModuleError
impl Unpin for RootModuleError
impl UnwindSafe for RootModuleError
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T> GetWithMetadata for T[src]
type ForSelf = WithMetadata_<T, T>
This is always WithMetadata_<Self, Self>
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> SelfOps for T where
T: ?Sized, [src]
T: ?Sized,
pub const T: PhantomData<fn() -> Self>[src]
pub const T_D: PhantomData<Self>[src]
pub fn assert_ty(self, _other: PhantomData<fn() -> Self>) -> Self[src]
pub fn assert_ty_ref(&self, _other: PhantomData<fn() -> Self>) -> &Self[src]
pub fn assert_ty_mut(&mut self, _other: PhantomData<fn() -> Self>) -> &mut Self[src]
pub fn ty_(&self) -> PhantomData<fn() -> Self>[src]
pub fn ty_d(&self) -> PhantomData<Self>[src]
pub fn ty_inv(&self) -> PhantomData<fn(Self) -> Self>[src]
pub fn ty_inv_ref(&self) -> PhantomData<Cell<&Self>>[src]
pub fn eq_id(&self, other: &Self) -> bool[src]
pub fn piped<F, U>(self, f: F) -> U where
F: FnOnce(Self) -> U, [src]
F: FnOnce(Self) -> U,
pub fn piped_ref<'a, F, U>(&'a self, f: F) -> U where
F: FnOnce(&'a Self) -> U, [src]
F: FnOnce(&'a Self) -> U,
pub fn piped_mut<'a, F, U>(&'a mut self, f: F) -> U where
F: FnOnce(&'a mut Self) -> U, [src]
F: FnOnce(&'a mut Self) -> U,
pub fn mutated<F>(self, f: F) -> Self where
F: FnOnce(&mut Self), [src]
F: FnOnce(&mut Self),
pub fn observe<F>(self, f: F) -> Self where
F: FnOnce(&Self), [src]
F: FnOnce(&Self),
pub fn into_<T>(self, PhantomData<fn() -> T>) -> T where
Self: Into<T>, [src]
Self: Into<T>,
pub fn as_ref_<T>(&self) -> &T where
Self: AsRef<T>,
T: ?Sized, [src]
Self: AsRef<T>,
T: ?Sized,
pub fn as_mut_<T>(&mut self) -> &mut T where
Self: AsMut<T>,
T: ?Sized, [src]
Self: AsMut<T>,
T: ?Sized,
pub fn drop_(self)[src]
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<This> TransmuteElement for This where
This: ?Sized, [src]
This: ?Sized,
pub unsafe fn transmute_element<T>(self) -> Self::TransmutedPtr where
Self: CanTransmuteElement<T>,
Self::Target: Sized, [src]
Self: CanTransmuteElement<T>,
Self::Target: Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The error type returned when the conversion fails.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> TypeIdentity for T where
T: ?Sized, [src]
T: ?Sized,
type Type = T
The same type as Self. Read more
pub fn into_type_val(self) -> Self::Type where
Self::Type: Sized, [src]
Self::Type: Sized,
pub fn into_type_ref(&self) -> &Self::Type[src]
pub fn into_type_mut(&mut self) -> &mut Self::Type[src]
pub fn into_type_box(self: Box<Self, Global>) -> Box<Self::Type, Global>[src]
pub fn into_type_arc(this: Arc<Self>) -> Arc<Self::Type>[src]
pub fn into_type_rc(this: Rc<Self>) -> Rc<Self::Type>[src]
pub fn from_type_val(this: Self::Type) -> Self where
Self::Type: Sized, [src]
Self::Type: Sized,