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