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