Struct ra_ap_hir::diagnostics::UnresolvedImport
source · [−]Fields
decl: InFile<AstPtr<UseTree>>
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for UnresolvedImport
impl Send for UnresolvedImport
impl Sync for UnresolvedImport
impl Unpin for UnresolvedImport
impl UnwindSafe for UnresolvedImport
Blanket Implementations
Mutably borrows from an owned value. Read more
fn cast<U>(self, interner: <U as HasInterner>::Interner) -> U where
Self: CastTo<U>,
U: HasInterner,
fn cast<U>(self, interner: <U as HasInterner>::Interner) -> U where
Self: CastTo<U>,
U: HasInterner,
Cast a value to type U
using CastTo
.
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more