pub enum IntegerTypeName {
Int,
Integer,
}Expand description
The SQL integer type name forms represented by the AST.
Variants§
Trait Implementations§
Source§impl Clone for IntegerTypeName
impl Clone for IntegerTypeName
Source§fn clone(&self) -> IntegerTypeName
fn clone(&self) -> IntegerTypeName
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 IntegerTypeName
Source§impl Debug for IntegerTypeName
impl Debug for IntegerTypeName
Source§impl<'de> Deserialize<'de> for IntegerTypeName
impl<'de> Deserialize<'de> for IntegerTypeName
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 IntegerTypeName
Source§impl Hash for IntegerTypeName
impl Hash for IntegerTypeName
Source§impl PartialEq for IntegerTypeName
impl PartialEq for IntegerTypeName
Source§impl Serialize for IntegerTypeName
impl Serialize for IntegerTypeName
impl StructuralPartialEq for IntegerTypeName
Auto Trait Implementations§
impl Freeze for IntegerTypeName
impl RefUnwindSafe for IntegerTypeName
impl Send for IntegerTypeName
impl Sync for IntegerTypeName
impl Unpin for IntegerTypeName
impl UnsafeUnpin for IntegerTypeName
impl UnwindSafe for IntegerTypeName
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