Struct wast::token::NameAnnotation
source · 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§
source§impl<'a> Clone for NameAnnotation<'a>
impl<'a> Clone for NameAnnotation<'a>
source§fn clone(&self) -> NameAnnotation<'a>
fn clone(&self) -> NameAnnotation<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl<'a> Debug for NameAnnotation<'a>
impl<'a> Debug for NameAnnotation<'a>
source§impl<'a> Parse<'a> for NameAnnotation<'a>
impl<'a> Parse<'a> for NameAnnotation<'a>
source§impl<'a> PartialEq<NameAnnotation<'a>> for NameAnnotation<'a>
impl<'a> PartialEq<NameAnnotation<'a>> for NameAnnotation<'a>
source§fn eq(&self, other: &NameAnnotation<'a>) -> bool
fn eq(&self, other: &NameAnnotation<'a>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.