Struct planus_types::intermediate::Declaration
source · pub struct Declaration {
pub definition_span: Span,
pub file_id: FileId,
pub namespace_id: NamespaceIndex,
pub kind: DeclarationKind,
pub docstrings: Docstrings,
}Fields§
§definition_span: Span§file_id: FileId§namespace_id: NamespaceIndex§kind: DeclarationKind§docstrings: DocstringsTrait 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§
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