pub enum DepLoaderError {
DependencyError(DependencyError),
}
Variants§
DependencyError(DependencyError)
Trait Implementations§
Source§impl Debug for DepLoaderError
impl Debug for DepLoaderError
Source§impl From<DependencyError> for DepLoaderError
impl From<DependencyError> for DepLoaderError
Source§fn from(e: DependencyError) -> Self
fn from(e: DependencyError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DepLoaderError
impl !RefUnwindSafe for DepLoaderError
impl Send for DepLoaderError
impl Sync for DepLoaderError
impl Unpin for DepLoaderError
impl !UnwindSafe for DepLoaderError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more