[][src]Struct nebula_graph_fbthrift_graph_v2::types::AuthResponse

pub struct AuthResponse {
    pub error_code: ErrorCode,
    pub error_msg: Option<Vec<u8>>,
    pub session_id: Option<i64>,
}

Fields

error_code: ErrorCodeerror_msg: Option<Vec<u8>>session_id: Option<i64>

Trait Implementations

impl Clone for AuthResponse[src]

impl Debug for AuthResponse[src]

impl Default for AuthResponse[src]

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

impl Eq for AuthResponse[src]

impl GetTType for AuthResponse[src]

impl Hash for AuthResponse[src]

impl Ord for AuthResponse[src]

impl PartialEq<AuthResponse> for AuthResponse[src]

impl PartialOrd<AuthResponse> for AuthResponse[src]

impl Send for AuthResponse[src]

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

impl StructuralEq for AuthResponse[src]

impl StructuralPartialEq for AuthResponse[src]

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