Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Struct

Fully qualified path: dojo::meta::introspect::Struct

[derive(Copy, Drop, Serde, Debug, PartialEq)]
pub struct Struct {
    pub name: felt252,
    pub attrs: Span<felt252>,
    pub children: Span<Member>,
}

Members

name

Fully qualified path: dojo::meta::introspect::Struct::name

pub name: felt252

attrs

Fully qualified path: dojo::meta::introspect::Struct::attrs

pub attrs: Span<felt252>

children

Fully qualified path: dojo::meta::introspect::Struct::children

pub children: Span<Member>