Struct chronlang_parser::ast::TraitMember
source · pub struct TraitMember {
pub labels: Vec<String>,
pub notation: Option<String>,
pub default: bool,
}Fields§
§labels: Vec<String>§notation: Option<String>§default: boolTrait Implementations§
source§impl Clone for TraitMember
impl Clone for TraitMember
source§fn clone(&self) -> TraitMember
fn clone(&self) -> TraitMember
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 Debug for TraitMember
impl Debug for TraitMember
source§impl PartialEq<TraitMember> for TraitMember
impl PartialEq<TraitMember> for TraitMember
source§fn eq(&self, other: &TraitMember) -> bool
fn eq(&self, other: &TraitMember) -> bool
This method tests for
self and other values to be equal, and is used
by ==.