Enum nom_sql::FieldDefinitionExpression [−][src]
pub enum FieldDefinitionExpression {
All,
AllInTable(String),
Col(Column),
Value(FieldValueExpression),
}Variants
AllAllInTable(String)Col(Column)Value(FieldValueExpression)
Trait Implementations
impl Clone for FieldDefinitionExpression[src]
impl Clone for FieldDefinitionExpressionfn clone(&self) -> FieldDefinitionExpression[src]
fn clone(&self) -> FieldDefinitionExpressionReturns 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 Debug for FieldDefinitionExpression[src]
impl Debug for FieldDefinitionExpressionfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for FieldDefinitionExpression[src]
impl Eq for FieldDefinitionExpressionimpl Hash for FieldDefinitionExpression[src]
impl Hash for FieldDefinitionExpressionfn 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 FieldDefinitionExpression[src]
impl PartialEq for FieldDefinitionExpressionfn eq(&self, other: &FieldDefinitionExpression) -> bool[src]
fn eq(&self, other: &FieldDefinitionExpression) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &FieldDefinitionExpression) -> bool[src]
fn ne(&self, other: &FieldDefinitionExpression) -> boolThis method tests for !=.
impl Display for FieldDefinitionExpression[src]
impl Display for FieldDefinitionExpressionfn 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 FieldDefinitionExpression[src]
impl Default for FieldDefinitionExpressionfn default() -> FieldDefinitionExpression[src]
fn default() -> FieldDefinitionExpressionReturns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for FieldDefinitionExpression
impl Send for FieldDefinitionExpressionimpl Sync for FieldDefinitionExpression
impl Sync for FieldDefinitionExpression