pub enum DecimalTypeName {
Decimal,
Dec,
Numeric,
}Expand description
The SQL decimal type name forms represented by the AST.
Variants§
Trait Implementations§
Source§impl Clone for DecimalTypeName
impl Clone for DecimalTypeName
Source§fn clone(&self) -> DecimalTypeName
fn clone(&self) -> DecimalTypeName
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DecimalTypeName
Source§impl Debug for DecimalTypeName
impl Debug for DecimalTypeName
Source§impl<'de> Deserialize<'de> for DecimalTypeName
impl<'de> Deserialize<'de> for DecimalTypeName
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for DecimalTypeName
Source§impl Hash for DecimalTypeName
impl Hash for DecimalTypeName
Source§impl PartialEq for DecimalTypeName
impl PartialEq for DecimalTypeName
Source§impl Serialize for DecimalTypeName
impl Serialize for DecimalTypeName
impl StructuralPartialEq for DecimalTypeName
Auto Trait Implementations§
impl Freeze for DecimalTypeName
impl RefUnwindSafe for DecimalTypeName
impl Send for DecimalTypeName
impl Sync for DecimalTypeName
impl Unpin for DecimalTypeName
impl UnsafeUnpin for DecimalTypeName
impl UnwindSafe for DecimalTypeName
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more