Struct nom_sql::LiteralExpression [−][src]
Fields
value: Literal
alias: Option<String>
Trait Implementations
impl Debug for LiteralExpression[src]
impl Debug for LiteralExpressionfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for LiteralExpression[src]
impl Clone for LiteralExpressionfn clone(&self) -> LiteralExpression[src]
fn clone(&self) -> LiteralExpressionReturns 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 Eq for LiteralExpression[src]
impl Eq for LiteralExpressionimpl Hash for LiteralExpression[src]
impl Hash for LiteralExpressionfn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl PartialEq for LiteralExpression[src]
impl PartialEq for LiteralExpressionfn eq(&self, other: &LiteralExpression) -> bool[src]
fn eq(&self, other: &LiteralExpression) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &LiteralExpression) -> bool[src]
fn ne(&self, other: &LiteralExpression) -> boolThis method tests for !=.
impl From<Literal> for LiteralExpression[src]
impl From<Literal> for LiteralExpressionimpl Display for LiteralExpression[src]
impl Display for LiteralExpressionAuto Trait Implementations
impl Send for LiteralExpression
impl Send for LiteralExpressionimpl Sync for LiteralExpression
impl Sync for LiteralExpression