pub enum GetDependenciesError<I> {
MissingDependency(I),
}Expand description
An error from get_dependencies
Variants§
MissingDependency(I)
Trait Implementations§
Auto Trait Implementations§
impl<I> RefUnwindSafe for GetDependenciesError<I>where I: RefUnwindSafe,
impl<I> Send for GetDependenciesError<I>where I: Send,
impl<I> Sync for GetDependenciesError<I>where I: Sync,
impl<I> Unpin for GetDependenciesError<I>where I: Unpin,
impl<I> UnwindSafe for GetDependenciesError<I>where I: UnwindSafe,
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