[][src]Struct wayk_proto::message::connection_sequence::authenticate::NowAuthenticateTokenMsg

pub struct NowAuthenticateTokenMsg<'a> {
    pub auth_type: AuthType,
    pub token_data: Bytes16<'a>,
    // some fields omitted
}

Fields

auth_type: AuthTypetoken_data: Bytes16<'a>

Implementations

impl<'a> NowAuthenticateTokenMsg<'a>[src]

pub const SUBTYPE: AuthenticateMessageType[src]

pub const REQUIRED_SIZE: usize[src]

pub fn new(auth_type: AuthType, token_data: &'a [u8]) -> Self[src]

Trait Implementations

impl<'a> Clone for NowAuthenticateTokenMsg<'a>[src]

impl<'a> Debug for NowAuthenticateTokenMsg<'a>[src]

impl<'dec: 'a, 'a> Decode<'dec> for NowAuthenticateTokenMsg<'a>[src]

impl<'a> Encode for NowAuthenticateTokenMsg<'a>[src]

impl<'a> From<NowAuthenticateTokenMsg<'a>> for NowAuthenticateMsg<'a>[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.