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