Struct nebula_fbthrift_raftex_v2::types::SendSnapshotRequest[][src]

pub struct SendSnapshotRequest {
    pub space: GraphSpaceID,
    pub part: PartitionID,
    pub term: TermID,
    pub committed_log_id: LogID,
    pub committed_log_term: TermID,
    pub leader_addr: String,
    pub leader_port: Port,
    pub rows: Vec<Vec<u8>>,
    pub total_size: i64,
    pub total_count: i64,
    pub done: bool,
}

Fields

space: GraphSpaceIDpart: PartitionIDterm: TermIDcommitted_log_id: LogIDcommitted_log_term: TermIDleader_addr: Stringleader_port: Portrows: Vec<Vec<u8>>total_size: i64total_count: i64done: bool

Trait Implementations

impl Clone for SendSnapshotRequest[src]

impl Debug for SendSnapshotRequest[src]

impl Default for SendSnapshotRequest[src]

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

impl Eq for SendSnapshotRequest[src]

impl GetTType for SendSnapshotRequest[src]

impl Hash for SendSnapshotRequest[src]

impl Ord for SendSnapshotRequest[src]

impl PartialEq<SendSnapshotRequest> for SendSnapshotRequest[src]

impl PartialOrd<SendSnapshotRequest> for SendSnapshotRequest[src]

impl Send for SendSnapshotRequest[src]

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

impl StructuralEq for SendSnapshotRequest[src]

impl StructuralPartialEq for SendSnapshotRequest[src]

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