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