Enum MsType
pub enum MsType {
SmallMoney,
Float(Option<u8>),
DateTimeOffset(Option<u8>),
DateTime2(Option<u8>),
SmallDateTime,
Time(Option<u8>),
Char(Option<u16>),
Varchar(StringLen),
Text,
Image,
}Variants§
SmallMoney
Float(Option<u8>)
DateTimeOffset(Option<u8>)
DateTime2(Option<u8>)
SmallDateTime
Time(Option<u8>)
Char(Option<u16>)
Varchar(StringLen)
Text
Image
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MsType
impl RefUnwindSafe for MsType
impl Send for MsType
impl Sync for MsType
impl Unpin for MsType
impl UnwindSafe for MsType
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,
§impl<T> IntoColumnRef for T
impl<T> IntoColumnRef for T
fn into_column_ref(self) -> ColumnRef
§impl<T> IntoIndexColumn for Twhere
T: Into<IndexColumn>,
impl<T> IntoIndexColumn for Twhere
T: Into<IndexColumn>,
fn into_index_column(self) -> IndexColumn
§impl<T> IntoTableRef for T
impl<T> IntoTableRef for T
fn into_table_ref(self) -> TableRef
§impl<T> IntoTypeRef for T
impl<T> IntoTypeRef for T
fn into_type_ref(self) -> TypeRef
§impl<T> MaybeQualifiedOnce for Twhere
T: IntoIden,
impl<T> MaybeQualifiedOnce for Twhere
T: IntoIden,
§fn into_2_parts(self) -> (Option<DynIden>, DynIden)
fn into_2_parts(self) -> (Option<DynIden>, DynIden)
Represent a maybe-qualified name as a
(foo?, bar) tuple.