[][src]Struct nebula_fbthrift_meta::types::GetTagReq

pub struct GetTagReq {
    pub space_id: GraphSpaceID,
    pub tag_name: String,
    pub version: SchemaVer,
}

Fields

space_id: GraphSpaceIDtag_name: Stringversion: SchemaVer

Trait Implementations

impl Clone for GetTagReq[src]

impl Debug for GetTagReq[src]

impl Default for GetTagReq[src]

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

impl Eq for GetTagReq[src]

impl GetTType for GetTagReq[src]

impl Hash for GetTagReq[src]

impl Ord for GetTagReq[src]

impl PartialEq<GetTagReq> for GetTagReq[src]

impl PartialOrd<GetTagReq> for GetTagReq[src]

impl Send for GetTagReq[src]

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

impl StructuralEq for GetTagReq[src]

impl StructuralPartialEq for GetTagReq[src]

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