Struct wast::NameAnnotation [−][src]
pub struct NameAnnotation<'a> {
pub name: &'a str,
}Expand description
An @name annotation in source, currently of the form @name "foo"
Fields
name: &'a strThe name specified for the item
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 NameAnnotation<'a>
impl<'a> Send for NameAnnotation<'a>
impl<'a> Sync for NameAnnotation<'a>
impl<'a> Unpin for NameAnnotation<'a>
impl<'a> UnwindSafe for NameAnnotation<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more