[][src]Struct nebula_graph_fbthrift_graph_v2::types::PlanNodeDescription

pub struct PlanNodeDescription {
    pub name: Vec<u8>,
    pub id: i64,
    pub output_var: Vec<u8>,
    pub description: Option<Vec<Pair>>,
    pub profiles: Option<Vec<ProfilingStats>>,
    pub branch_info: Option<PlanNodeBranchInfo>,
    pub dependencies: Option<Vec<i64>>,
}

Fields

name: Vec<u8>id: i64output_var: Vec<u8>description: Option<Vec<Pair>>profiles: Option<Vec<ProfilingStats>>branch_info: Option<PlanNodeBranchInfo>dependencies: Option<Vec<i64>>

Trait Implementations

impl Clone for PlanNodeDescription[src]

impl Debug for PlanNodeDescription[src]

impl Default for PlanNodeDescription[src]

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

impl GetTType for PlanNodeDescription[src]

impl PartialEq<PlanNodeDescription> for PlanNodeDescription[src]

impl Send for PlanNodeDescription[src]

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

impl StructuralPartialEq for PlanNodeDescription[src]

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