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: StringImplementations
pub async fn new(
registry: String,
stream: ConnectionStream
) -> Result<EppConnection, Box<dyn Error>>
pub async fn new(
registry: String,
stream: ConnectionStream
) -> Result<EppConnection, Box<dyn Error>>Create an EppConnection instance with the stream to the registry
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for EppConnectionimpl Send for EppConnectionimpl Sync for EppConnectionimpl Unpin for EppConnectionimpl !UnwindSafe for EppConnection