Enum typed_shapefile::FieldType
source · pub enum FieldType {
Character,
Date,
Float,
Numeric,
Logical,
Currency,
DateTime,
Integer,
Double,
Memo,
}Expand description
Enum listing all the field types we know of
Variants
Implementations
Trait Implementations
impl Copy for FieldType
impl Eq for FieldType
impl StructuralEq for FieldType
impl StructuralPartialEq for FieldType
Auto Trait Implementations
impl RefUnwindSafe for FieldType
impl Send for FieldType
impl Sync for FieldType
impl Unpin for FieldType
impl UnwindSafe for FieldType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more