Enum simple_db_rust::field::Type [−][src]
pub enum Type {
INT,
}
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Type
impl UnwindSafe for Type
Blanket Implementations
Mutably borrows from an owned value. Read more