Enum amqpr_codec::frame::method::connection::ConnectionClass [] [src]

pub enum ConnectionClass {
    Start(StartMethod),
    StartOk(StartOkMethod),
    Secure(SecureMethod),
    SecureOk(SecureOkMethod),
    Tune(TuneMethod),
    TuneOk(TuneOkMethod),
    Open(OpenMethod),
    OpenOk(OpenOkMethod),
    Close(CloseMethod),
    CloseOk,
    Blocked(BlockedMethod),
    Unblocked,
}

Variants

Methods

impl ConnectionClass
[src]

Trait Implementations

impl PartialEq for ConnectionClass
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Clone for ConnectionClass
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ConnectionClass
[src]

[src]

Formats the value using the given formatter.