pub struct WithPeerIdWithAddresses { /* private fields */ }

Implementations§

Specify a PeerCondition for the dial.

In addition to the provided addresses, extend the set via NetworkBehaviour::addresses_of_peer.

Override role of local node on connection. I.e. execute the dial as a listener.

See ConnectedPoint::Dialer for details.

Build the final DialOpts.

Trait Implementations§

Formats the value using the given formatter. 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.