Struct splinter::network::connection_manager::ConnectionManager[][src]

pub struct ConnectionManager { /* fields omitted */ }
Expand description

Creates, manages, and maintains connections. A connection manager guarantees that the connections it creates will be maintained via reconnections. This is not true for external connections.

Implementations

Construct a new ConnectionManagerBuilder for creating a new ConnectionManager instance.

Create a new connector for performing client operations on this instance’s state.

Blocks until a connection manager has shutdown. This is meant to allow a separate process to shutdown the connection manager via the shutdown handle while another process waits for that process to complete.

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.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Convert self to an expression for Diesel’s query builder. Read more

Convert &self to an expression for Diesel’s query builder. Read more

Should always be Self

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.

Get the TypeId of this object.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more