Struct rustorm::query::Field [] [src]

pub struct Field {
    pub operand: Operand,
    pub name: Option<String>,
}

Fields

operand

the field

name

when renamed as field

Trait Implementations

Derived Implementations

impl Debug for Field

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for Field

fn clone(&self) -> Field

fn clone_from(&mut self, source: &Self)