pub enum Type {
}
Expand description
Type of the column.
Variants§
Int8
i8
Int16
i16
Int32
i32
Int64
i64
UInt8
u8
UInt16
u16
UInt32
u32
UInt64
u64
Float
f32
LocString
Localized string indices.
Specific layout depends on the version, but it’s an array of indices into the string block.
String
Index into string block.
ForeignKey
Foreign key with a specific type.
Fields
§
key: ForeignKey
Foreign key information.
Array
Array of types.
Trait Implementations§
Source§impl Ord for Type
impl Ord for Type
Source§impl PartialOrd for Type
impl PartialOrd for Type
impl Eq for Type
impl StructuralPartialEq for Type
Auto Trait Implementations§
impl Freeze for Type
impl RefUnwindSafe for Type
impl Send for Type
impl Sync for Type
impl Unpin for Type
impl UnwindSafe for Type
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