#[repr(u8)]pub enum VarLenType {
Show 24 variants
Guid = 36,
Intn = 38,
Bitn = 104,
Decimaln = 106,
Numericn = 108,
Floatn = 109,
Money = 110,
Datetimen = 111,
Daten = 40,
Timen = 41,
Datetime2 = 42,
DatetimeOffsetn = 43,
BigVarBin = 165,
BigVarChar = 167,
BigBinary = 173,
BigChar = 175,
NVarchar = 231,
NChar = 239,
Xml = 241,
Udt = 240,
Text = 35,
Image = 34,
NText = 99,
SSVariant = 98,
}Expand description
2.2.5.4.2
Variants§
Guid = 36
Intn = 38
Bitn = 104
Decimaln = 106
Numericn = 108
Floatn = 109
Money = 110
Datetimen = 111
Daten = 40
Timen = 41
Datetime2 = 42
DatetimeOffsetn = 43
BigVarBin = 165
BigVarChar = 167
BigBinary = 173
BigChar = 175
NVarchar = 231
NChar = 239
Xml = 241
Udt = 240
Text = 35
Image = 34
NText = 99
SSVariant = 98
Trait Implementations§
Source§impl Clone for VarLenType
impl Clone for VarLenType
Source§fn clone(&self) -> VarLenType
fn clone(&self) -> VarLenType
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 moreSource§impl Debug for VarLenType
impl Debug for VarLenType
Source§impl PartialEq for VarLenType
impl PartialEq for VarLenType
Source§fn eq(&self, other: &VarLenType) -> bool
fn eq(&self, other: &VarLenType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<u32> for VarLenType
impl TryFrom<u32> for VarLenType
Source§impl TryFrom<u8> for VarLenType
impl TryFrom<u8> for VarLenType
impl Copy for VarLenType
impl Eq for VarLenType
impl StructuralPartialEq for VarLenType
Auto Trait Implementations§
impl Freeze for VarLenType
impl RefUnwindSafe for VarLenType
impl Send for VarLenType
impl Sync for VarLenType
impl Unpin for VarLenType
impl UnsafeUnpin for VarLenType
impl UnwindSafe for VarLenType
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