pub struct ImportNotFound { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for ImportNotFound
impl Debug for ImportNotFound
Source§impl Diagnostic for ImportNotFound
impl Diagnostic for ImportNotFound
Source§impl From<ImportNotFound> for Error
impl From<ImportNotFound> for Error
Source§fn from(e: ImportNotFound) -> Self
fn from(e: ImportNotFound) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ImportNotFound
impl RefUnwindSafe for ImportNotFound
impl Send for ImportNotFound
impl Sync for ImportNotFound
impl Unpin for ImportNotFound
impl UnwindSafe for ImportNotFound
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