[][src]Struct nebula_graph_fbthrift_storage_v2::types::TaskPara

pub struct TaskPara {
    pub space_id: GraphSpaceID,
    pub parts: Option<Vec<PartitionID>>,
    pub task_specfic_paras: Option<Vec<Vec<u8>>>,
}

Fields

space_id: GraphSpaceIDparts: Option<Vec<PartitionID>>task_specfic_paras: Option<Vec<Vec<u8>>>

Trait Implementations

impl Clone for TaskPara[src]

impl Debug for TaskPara[src]

impl Default for TaskPara[src]

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

impl Eq for TaskPara[src]

impl GetTType for TaskPara[src]

impl Hash for TaskPara[src]

impl Ord for TaskPara[src]

impl PartialEq<TaskPara> for TaskPara[src]

impl PartialOrd<TaskPara> for TaskPara[src]

impl Send for TaskPara[src]

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

impl StructuralEq for TaskPara[src]

impl StructuralPartialEq for TaskPara[src]

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