[][src]Struct wayk_proto::sm::client_connection::ClientConnectionSeqBuilder

pub struct ClientConnectionSeqBuilder<UserCallback> { /* fields omitted */ }

Implementations

impl<UserCallback> ClientConnectionSeqBuilder<UserCallback> where
    UserCallback: ConnectionSeqCallbackTrait
[src]

pub fn available_auth_process(self, available_auth_types: Vec<AuthType>) -> Self[src]

pub fn authenticate_sm<P: ConnectionSM + 'static>(self, sm: P) -> Self[src]

pub fn capabilities(self, capabilities: Vec<NowCapset<'static>>) -> Self[src]

pub fn channels_to_open(self, channels_to_open: Vec<ChannelName>) -> Self[src]

pub fn build(self) -> ClientConnectionSeqSM<UserCallback>[src]

Auto Trait Implementations

impl<UserCallback> !RefUnwindSafe for ClientConnectionSeqBuilder<UserCallback>

impl<UserCallback> !Send for ClientConnectionSeqBuilder<UserCallback>

impl<UserCallback> !Sync for ClientConnectionSeqBuilder<UserCallback>

impl<UserCallback> Unpin for ClientConnectionSeqBuilder<UserCallback> where
    UserCallback: Unpin

impl<UserCallback> !UnwindSafe for ClientConnectionSeqBuilder<UserCallback>

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, 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.