[][src]Struct nebula_graph_fbthrift_storage::types::ScanVertex

pub struct ScanVertex {
    pub vertexId: VertexID,
    pub tagId: TagID,
    pub value: Vec<u8>,
}

Fields

vertexId: VertexIDtagId: TagIDvalue: Vec<u8>

Trait Implementations

impl Clone for ScanVertex[src]

impl Debug for ScanVertex[src]

impl Default for ScanVertex[src]

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

impl Eq for ScanVertex[src]

impl GetTType for ScanVertex[src]

impl Hash for ScanVertex[src]

impl Ord for ScanVertex[src]

impl PartialEq<ScanVertex> for ScanVertex[src]

impl PartialOrd<ScanVertex> for ScanVertex[src]

impl Send for ScanVertex[src]

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

impl StructuralEq for ScanVertex[src]

impl StructuralPartialEq for ScanVertex[src]

impl Sync for ScanVertex[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.