Struct epp_client::connection::registry::EppConnection[][src]

pub struct EppConnection {
    pub greeting: String,
    // some fields omitted
}
Expand description

EPP Connection struct with some metadata for the connection

Fields

greeting: String

Implementations

Create an EppConnection instance with the stream to the registry

Sends an EPP XML request to the registry and return the response receieved to the request

Trait Implementations

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.