Struct witx::parser::FieldSyntax [−][src]
pub struct FieldSyntax<'a> {
pub name: Id<'a>,
pub type_: TypedefSyntax<'a>,
}
Fields
name: Id<'a>
type_: TypedefSyntax<'a>
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<'a> RefUnwindSafe for FieldSyntax<'a>
impl<'a> Send for FieldSyntax<'a>
impl<'a> Sync for FieldSyntax<'a>
impl<'a> Unpin for FieldSyntax<'a>
impl<'a> UnwindSafe for FieldSyntax<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more