Struct moore_svlog::resolver::StructField [−][src]
Fields
name: Spanned<Name>
ty: NodeId
field: NodeId
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for StructField
impl Send for StructField
impl Sync for StructField
impl Unpin for StructField
impl UnwindSafe for StructField
Blanket Implementations
Mutably borrows from an owned value. Read more