pub struct CtxDecl {
pub id: NodeId,
pub span: Span,
pub name: Spanned<Name>,
pub items: Vec<CtxItem>,
}
Expand description
A context declaration.
Fields§
§id: NodeId
§span: Span
§name: Spanned<Name>
§items: Vec<CtxItem>
Trait Implementations§
impl Eq for CtxDecl
impl StructuralPartialEq for CtxDecl
Auto Trait Implementations§
impl Freeze for CtxDecl
impl RefUnwindSafe for CtxDecl
impl Send for CtxDecl
impl Sync for CtxDecl
impl Unpin for CtxDecl
impl UnwindSafe for CtxDecl
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