Struct ra_ap_hir::diagnostics::UnimplementedBuiltinMacro
source · [−]pub struct UnimplementedBuiltinMacro {
pub node: InFile<SyntaxNodePtr>,
}
Fields
node: InFile<SyntaxNodePtr>
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for UnimplementedBuiltinMacro
impl Send for UnimplementedBuiltinMacro
impl Sync for UnimplementedBuiltinMacro
impl Unpin for UnimplementedBuiltinMacro
impl UnwindSafe for UnimplementedBuiltinMacro
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