Enum prolog_parser::ast::VarReg [−][src]
Variants
ArgAndNorm(RegType, usize)Norm(RegType)
Methods
impl VarReg[src]
impl VarRegTrait Implementations
impl PartialEq for VarReg[src]
impl PartialEq for VarRegfn eq(&self, other: &VarReg) -> bool[src]
fn eq(&self, other: &VarReg) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &VarReg) -> bool[src]
fn ne(&self, other: &VarReg) -> boolThis method tests for !=.
impl Eq for VarReg[src]
impl Eq for VarRegimpl Clone for VarReg[src]
impl Clone for VarRegfn clone(&self) -> VarReg[src]
fn clone(&self) -> VarRegReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for VarReg[src]
impl Copy for VarRegimpl Display for VarReg[src]
impl Display for VarRegfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for VarReg[src]
impl Default for VarReg