pub struct ColDefArgs<'a> {
pub name: Option<WIPOffset<&'a str>>,
pub kind: ColKind,
pub logical_type: Option<WIPOffset<&'a str>>,
pub logical_type_kind: LogicalType,
pub vector_element_type: Option<WIPOffset<&'a str>>,
pub vector_dimension: u32,
}Fields§
§name: Option<WIPOffset<&'a str>>§kind: ColKind§logical_type: Option<WIPOffset<&'a str>>§logical_type_kind: LogicalType§vector_element_type: Option<WIPOffset<&'a str>>§vector_dimension: u32Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ColDefArgs<'a>
impl<'a> RefUnwindSafe for ColDefArgs<'a>
impl<'a> Send for ColDefArgs<'a>
impl<'a> Sync for ColDefArgs<'a>
impl<'a> Unpin for ColDefArgs<'a>
impl<'a> UnsafeUnpin for ColDefArgs<'a>
impl<'a> UnwindSafe for ColDefArgs<'a>
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