pub struct DbColumn {
pub ordinal: u64,
pub name: String,
pub db_type: DbColumnType,
pub db_type_name: String,
}
Fields§
§ordinal: u64
§name: String
§db_type: DbColumnType
§db_type_name: String
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for DbColumn
impl RefUnwindSafe for DbColumn
impl Send for DbColumn
impl Sync for DbColumn
impl Unpin for DbColumn
impl UnwindSafe for DbColumn
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