pub struct ColDef {
pub name: String,
pub kind: ColKind,
pub logical_type: LogicalType,
}Fields§
§name: String§kind: ColKind§logical_type: LogicalTypeTrait Implementations§
impl Eq for ColDef
impl StructuralPartialEq for ColDef
Auto Trait Implementations§
impl Freeze for ColDef
impl RefUnwindSafe for ColDef
impl Send for ColDef
impl Sync for ColDef
impl Unpin for ColDef
impl UnsafeUnpin for ColDef
impl UnwindSafe for ColDef
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