Struct server::parse::ast::Target [] [src]

pub struct Target {
    pub alias: Option<String>,
    pub col: Col,
    pub rename: Option<String>,
}

Information for data selection

Fields

alias
col
rename

Trait Implementations

Derived Implementations

impl PartialEq for Target

fn eq(&self, __arg_0: &Target) -> bool

fn ne(&self, __arg_0: &Target) -> bool

impl Clone for Target

fn clone(&self) -> Target

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

impl Debug for Target

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