pub struct PeersetHandle { /* private fields */ }
Expand description

Shared handle to the peer set manager (PSM). Distributed around the code.

Implementations§

Adds a new reserved peer. The peerset will make an effort to always remain connected to this peer.

Has no effect if the node was already a reserved peer.

Note: Keep in mind that the networking has to know an address for this node, otherwise it will not be able to connect to it.

Remove a previously-added reserved peer.

Has no effect if the node was not a reserved peer.

Sets whether or not the peerset only has connections with nodes marked as reserved for the given set.

Set reserved peers to the new set.

Reports an adjustment to the reputation of the given peer.

Add a peer to a set.

Remove a peer from a set.

Returns the reputation value of the peer.

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
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 resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
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.