Struct ucglib::ast::CopyDef [−][src]
pub struct CopyDef {
pub selector: SelectorDef,
pub fields: FieldList,
pub pos: Position,
}Encodes a tuple Copy expression in the UCG AST.
Fields
selector: SelectorDef
fields: FieldList
pos: Position
Trait Implementations
impl Debug for CopyDef[src]
impl Debug for CopyDeffn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for CopyDef[src]
impl PartialEq for CopyDeffn eq(&self, other: &CopyDef) -> bool[src]
fn eq(&self, other: &CopyDef) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &CopyDef) -> bool[src]
fn ne(&self, other: &CopyDef) -> boolThis method tests for !=.
impl Clone for CopyDef[src]
impl Clone for CopyDef