Struct libwhisper::session::ClientSession [] [src]

pub struct ClientSession { /* fields omitted */ }

Client-side session.

Methods

impl ClientSession
[src]

[src]

Create new session. This method is private because it will create session with a few missing values.

[src]

Helper to make Hello frame. Client workflow.

[src]

Helper to make am Initiate frame, a reply to Welcome frame. Client workflow.

[src]

Verify that reply to initiate frame is correct ready frame. Changes session state if so.

Trait Implementations

impl Debug for ClientSession
[src]

[src]

Formats the value using the given formatter.

impl Clone for ClientSession
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more