Struct sc_peerset::PeersetHandle[][src]

pub struct PeersetHandle { /* fields omitted */ }
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.

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

Performs the conversion.

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

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.