Enum assembly_xml::database::ValueType
source · pub enum ValueType {
Show 20 variants
Bit,
Float,
Real,
Int,
BigInt,
SmallInt,
TinyInt,
Binary,
VarBinary,
Char,
VarChar,
NChar,
NVarChar,
NText,
Text,
Image,
DateTime,
Xml,
Null,
SmallDateTime,
}
Expand description
The value types for the database
This is a rustic representation of the data types in Transact-SQL that were/are used in the database.
Variants§
Bit
bit
Float
float
Real
real
Int
int
BigInt
bigint
SmallInt
smallint
TinyInt
tinyint
Binary
binary
VarBinary
varbinary
Char
char
VarChar
varchar
NChar
nchar
NVarChar
nvarchar
NText
ntext
Text
text
Image
image
DateTime
datetime
Xml
xml
Null
null
SmallDateTime
‘smalldatetime’
Trait Implementations§
source§impl<'de> Deserialize<'de> for ValueType
impl<'de> Deserialize<'de> for ValueType
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 Copy for ValueType
impl Eq for ValueType
impl StructuralPartialEq for ValueType
Auto Trait Implementations§
impl Freeze for ValueType
impl RefUnwindSafe for ValueType
impl Send for ValueType
impl Sync for ValueType
impl Unpin for ValueType
impl UnwindSafe for ValueType
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)