pub struct ColumnarIndexInfo {
pub column: String,
pub index_type: ColumnarIndexType,
}Expand description
カラムナーインデックス情報。
Fields§
§column: String対象カラム名。
index_type: ColumnarIndexTypeインデックス種別。
Trait Implementations§
Source§impl Clone for ColumnarIndexInfo
impl Clone for ColumnarIndexInfo
Source§fn clone(&self) -> ColumnarIndexInfo
fn clone(&self) -> ColumnarIndexInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ColumnarIndexInfo
impl RefUnwindSafe for ColumnarIndexInfo
impl Send for ColumnarIndexInfo
impl Sync for ColumnarIndexInfo
impl Unpin for ColumnarIndexInfo
impl UnwindSafe for ColumnarIndexInfo
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