pub enum FieldType {
Show 21 variants
Int,
Length,
SeqNum,
NumInGroup,
DayOfMonth,
Float,
Qty,
Price,
PriceOffset,
Amt,
Percentage,
Char,
Boolean,
String,
Data,
UtcTimestamp,
UtcDateOnly,
UtcTimeOnly,
LocalMktDate,
MonthYear,
Other,
}Variants§
Int
Length
SeqNum
NumInGroup
DayOfMonth
Float
Qty
Price
PriceOffset
Amt
Percentage
Char
Boolean
String
Data
UtcTimestamp
UtcDateOnly
UtcTimeOnly
LocalMktDate
MonthYear
Other
Trait Implementations§
impl Copy for FieldType
impl Eq for FieldType
impl StructuralPartialEq for FieldType
Auto Trait Implementations§
impl Freeze for FieldType
impl RefUnwindSafe for FieldType
impl Send for FieldType
impl Sync for FieldType
impl Unpin for FieldType
impl UnsafeUnpin for FieldType
impl UnwindSafe for FieldType
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