pub struct IndexItem {
pub index_id: IndexID,
pub index_name: String,
pub schema_id: SchemaID,
pub schema_name: String,
pub fields: Vec<ColumnDef>,
}Fields§
§index_id: IndexID§index_name: String§schema_id: SchemaID§schema_name: String§fields: Vec<ColumnDef>Trait Implementations§
Source§impl<P> Deserialize<P> for IndexItemwhere
P: ProtocolReader,
impl<P> Deserialize<P> for IndexItemwhere
P: ProtocolReader,
impl Send for IndexItem
impl StructuralPartialEq for IndexItem
impl Sync for IndexItem
Auto Trait Implementations§
impl Freeze for IndexItem
impl RefUnwindSafe for IndexItem
impl Unpin for IndexItem
impl UnwindSafe for IndexItem
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