pub struct GroupDecl {
pub id: NodeId,
pub span: Span,
pub name: Spanned<Name>,
pub data: GroupData,
}
Fields§
§id: NodeId
§span: Span
§name: Spanned<Name>
§data: GroupData
Trait Implementations§
impl Eq for GroupDecl
impl StructuralPartialEq for GroupDecl
Auto Trait Implementations§
impl Freeze for GroupDecl
impl RefUnwindSafe for GroupDecl
impl Send for GroupDecl
impl Sync for GroupDecl
impl Unpin for GroupDecl
impl UnwindSafe for GroupDecl
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