pub struct HoltIndexDescriptor {
pub table_ref: TableReference,
pub index_name: String,
pub key_schema: SchemaRef,
pub index_id: u64,
}Fields§
§table_ref: TableReference§index_name: String§key_schema: SchemaRef§index_id: u64Trait Implementations§
Source§impl Clone for HoltIndexDescriptor
impl Clone for HoltIndexDescriptor
Source§fn clone(&self) -> HoltIndexDescriptor
fn clone(&self) -> HoltIndexDescriptor
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 HoltIndexDescriptor
impl RefUnwindSafe for HoltIndexDescriptor
impl Send for HoltIndexDescriptor
impl Sync for HoltIndexDescriptor
impl Unpin for HoltIndexDescriptor
impl UnsafeUnpin for HoltIndexDescriptor
impl UnwindSafe for HoltIndexDescriptor
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