pub enum BasicType {
Show 28 variants
Amt,
Boolean,
Char,
Country,
Currency,
Data,
Exchange,
Float,
Int,
Language,
Length,
LocalMktDate,
MonthYear,
MultipleCharValue,
MultipleStringValue,
NumInGroup,
Percentage,
Price,
PriceOffset,
Qty,
SeqNum,
String,
TzTimeOnly,
TzTimestamp,
UtcDateOnly,
UtcTimeOnly,
UtcTimestamp,
XmlData,
}Variants§
Amt
Boolean
Char
Country
Currency
Data
Exchange
Float
Int
Language
Length
LocalMktDate
MonthYear
MultipleCharValue
MultipleStringValue
NumInGroup
Percentage
Price
PriceOffset
Qty
SeqNum
String
TzTimeOnly
TzTimestamp
UtcDateOnly
UtcTimeOnly
UtcTimestamp
XmlData
Trait Implementations§
impl Copy for BasicType
impl Eq for BasicType
impl StructuralPartialEq for BasicType
Auto Trait Implementations§
impl Freeze for BasicType
impl RefUnwindSafe for BasicType
impl Send for BasicType
impl Sync for BasicType
impl Unpin for BasicType
impl UnwindSafe for BasicType
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