Struct weedle::interface::MaplikeInterfaceMember
[−]
[src]
pub struct MaplikeInterfaceMember {
pub attributes: Option<ExtendedAttributeList>,
pub readonly: Option<ReadOnly>,
pub maplike: Maplike,
pub generics: Generics<(AttributedType, Comma, AttributedType)>,
pub semi_colon: SemiColon,
}Parses an maplike declaration [attributes]? readonly? maplike<attributedtype, attributedtype>;
Fields
attributes: Option<ExtendedAttributeList>
readonly: Option<ReadOnly>
maplike: Maplike
generics: Generics<(AttributedType, Comma, AttributedType)>
semi_colon: SemiColon
Trait Implementations
impl Debug for MaplikeInterfaceMember[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl PartialEq for MaplikeInterfaceMember[src]
fn eq(&self, __arg_0: &MaplikeInterfaceMember) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &MaplikeInterfaceMember) -> bool[src]
This method tests for !=.