[][src]Struct nebula_fbthrift_meta::types::HBReq

pub struct HBReq {
    pub in_storaged: bool,
    pub host: HostAddr,
    pub cluster_id: ClusterID,
    pub leader_partIds: Option<BTreeMap<GraphSpaceID, Vec<PartitionID>>>,
}

Fields

in_storaged: boolhost: HostAddrcluster_id: ClusterIDleader_partIds: Option<BTreeMap<GraphSpaceID, Vec<PartitionID>>>

Trait Implementations

impl Clone for HBReq[src]

impl Debug for HBReq[src]

impl Default for HBReq[src]

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

impl GetTType for HBReq[src]

impl PartialEq<HBReq> for HBReq[src]

impl Send for HBReq[src]

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

impl StructuralPartialEq for HBReq[src]

impl Sync for HBReq[src]

Auto Trait Implementations

impl RefUnwindSafe for HBReq

impl Unpin for HBReq

impl UnwindSafe for HBReq

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.