[][src]Struct nebula_graph_fbthrift_storage_v2::types::IndexQueryContext

pub struct IndexQueryContext {
    pub index_id: IndexID,
    pub filter: Vec<u8>,
    pub column_hints: Vec<IndexColumnHint>,
}

Fields

index_id: IndexIDfilter: Vec<u8>column_hints: Vec<IndexColumnHint>

Trait Implementations

impl Clone for IndexQueryContext[src]

impl Debug for IndexQueryContext[src]

impl Default for IndexQueryContext[src]

impl<P> Deserialize<P> for IndexQueryContext where
    P: ProtocolReader
[src]

impl GetTType for IndexQueryContext[src]

impl PartialEq<IndexQueryContext> for IndexQueryContext[src]

impl Send for IndexQueryContext[src]

impl<P> Serialize<P> for IndexQueryContext where
    P: ProtocolWriter
[src]

impl StructuralPartialEq for IndexQueryContext[src]

impl Sync for IndexQueryContext[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.