Struct witx::parser::CommentSyntax [−][src]
Fields
comments: Vec<&'a str>
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
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 CommentSyntax<'a>
impl<'a> Send for CommentSyntax<'a>
impl<'a> Sync for CommentSyntax<'a>
impl<'a> Unpin for CommentSyntax<'a>
impl<'a> UnwindSafe for CommentSyntax<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more