Struct assembly_fdb::core::Column
source · pub struct Column {
pub name: String,
pub field_type: ValueType,
}
Expand description
Name and default type for one field in each row
Fields§
§name: String
The name of the column
field_type: ValueType
The type of the column
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Column
impl RefUnwindSafe for Column
impl Send for Column
impl Sync for Column
impl Unpin for Column
impl UnwindSafe for Column
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