Struct planus_cli::ast::Declaration [−][src]
pub struct Declaration {
pub file_id: FileId,
pub full_span: Span,
pub definition_span: Span,
pub identifier: Identifier,
pub kind: TypeDeclarationKind,
}Fields
file_id: FileIdfull_span: Spandefinition_span: Spanidentifier: Identifierkind: TypeDeclarationKindTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Declaration
impl Send for Declaration
impl Sync for Declaration
impl Unpin for Declaration
impl UnwindSafe for Declaration
Blanket Implementations
Mutably borrows from an owned value. Read more
