[][src]Struct nebula_graph_fbthrift_storage_v2::types::EdgeKey

pub struct EdgeKey {
    pub src: VertexID,
    pub edge_type: EdgeType,
    pub ranking: EdgeRanking,
    pub dst: VertexID,
}

Fields

src: VertexIDedge_type: EdgeTyperanking: EdgeRankingdst: VertexID

Trait Implementations

impl Clone for EdgeKey[src]

impl Debug for EdgeKey[src]

impl Default for EdgeKey[src]

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

impl Eq for EdgeKey[src]

impl GetTType for EdgeKey[src]

impl Hash for EdgeKey[src]

impl Ord for EdgeKey[src]

impl PartialEq<EdgeKey> for EdgeKey[src]

impl PartialOrd<EdgeKey> for EdgeKey[src]

impl Send for EdgeKey[src]

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

impl StructuralEq for EdgeKey[src]

impl StructuralPartialEq for EdgeKey[src]

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