Enum open_protocol::frame::SessionStatus [] [src]

pub enum SessionStatus {
    Idle,
    Using,
    Succeed,
    Failed,
}

Track session status.

Variants

Session can be taken.

Session is using.

Session Succeed.

Session failed

Trait Implementations

impl Debug for SessionStatus
[src]

Formats the value using the given formatter.

impl Clone for SessionStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SessionStatus
[src]

impl From<bool> for SessionStatus
[src]

Performs the conversion.