Enum leetcode_tui_rs::migrations::ArrayType
pub enum ArrayType {
Show 28 variants
Bool,
TinyInt,
SmallInt,
Int,
BigInt,
TinyUnsigned,
SmallUnsigned,
Unsigned,
BigUnsigned,
Float,
Double,
String,
Char,
Bytes,
Json,
ChronoDate,
ChronoTime,
ChronoDateTime,
ChronoDateTimeUtc,
ChronoDateTimeLocal,
ChronoDateTimeWithTimeZone,
TimeDate,
TimeTime,
TimeDateTime,
TimeDateTimeWithTimeZone,
Uuid,
Decimal,
BigDecimal,
}
Expand description
Value
types variant for Postgres array
Variants§
Bool
TinyInt
SmallInt
Int
BigInt
TinyUnsigned
SmallUnsigned
Unsigned
BigUnsigned
Float
Double
String
Char
Bytes
Json
ChronoDate
ChronoTime
ChronoDateTime
ChronoDateTimeUtc
ChronoDateTimeLocal
ChronoDateTimeWithTimeZone
TimeDate
TimeTime
TimeDateTime
TimeDateTimeWithTimeZone
Uuid
Decimal
BigDecimal
Trait Implementations§
impl Eq for ArrayType
impl StructuralEq for ArrayType
impl StructuralPartialEq for ArrayType
Auto Trait Implementations§
impl RefUnwindSafe for ArrayType
impl Send for ArrayType
impl Sync for ArrayType
impl Unpin for ArrayType
impl UnwindSafe for ArrayType
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.